CodeMythBusters
The truth can't be handled
Yesterday, we covered how to ask the right questions. Now we’ll cover investigating some common theories in Software.
Reusable code for common use cases like a chat or social media app is abundant.
❌ Busted
There has been tremendous innovation in web development. Mid to late 2000s, a standard website cost 100K. Now they’re free, and easy to build. Certain problems have been solved re-usably. But sooner or later a need for customization will be reached. When more complex user interaction is required, or data needs to be obtained in a non predictable format, the complexity skyrockets. Since each Application is so different, programmers have preferred to focus on Architecting re-usable core frameworks that allow custom functionality to be built on top of.
Templates do exist but when I’ve tried to work with existing templates, the inherited complexity and existing unnecessary code has always much more hassle that it’s worth.
Tomorrow we’ll bust:

