3
Compatibility with Existing Standards
Some frameworks attempt to simplify your work as a developer by providing you with tools and functionality to wrap around common tasks, such as making network requests or managing data submitted by forms. While the intentions are noble, this strategy can have unintended consequences. For instance, when learning a new framework, developers have to master all of its intricacies to be effective. Reading about yet another way to make network requests can slow developers down, as time spent reading documentation is time spent not building. It can also prevent code portability. When the code written for application A is specific to framework X, then the code will need to be modified before being reused in application ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access