×
Jinxia Li

Why you should reinvent your wheels?

No Comments

While using web framework is very helpful, but I think it’s good for beginner to

  1. write code from scratch in order to accurately understand the behavior of each piece of code,
  2. writing some algorithms to  build some application features, then one will truly understand and appreciate what a web framework provides.
  3. learn how and why organize files in a certain way,
  4. That’s what happened to us when we first learnt the Angular framework before we learn much about native JavaScript – We didn’t understand even the basics of the language, which gave us a hard time to understand the behavior of the code in a more complex system (like a framework).
  5. If we don’t write the code ourselves and heavily rely on frameworks, when the application breaks and has bugs, it can takes us more time to debug than the time it saved us.

Reference –

https://blog.codinghorror.com/dont-reinvent-the-wheel-unless-you-plan-on-learning-more-about-wheels/

https://www.nerd.vision/post/pros-and-cons-of-frameworks-in-web-development

Leave a Comment

Your email address will not be published. Required fields are marked *

By commenting you accept the Privacy Policy