1135 Views
Building components using highly-reusable code DRY (Don't repeat yourself) is one of the fundamental concepts of software engineering; As software engineers, we often strive to build as much as possible using as little code as we can. That's indeed a really good thing because it allows us to ship less code, increase productivity, and keep a healthy codebase.
0 comments