DEV Community

Discussion on: The Demise of Reuse

Collapse
 
jzhang300 profile image
James Zhang

As Robert has pointed out, 100% code reusability is not good when it hinders adaptability.

The real focus should be, how adaptable can I write this code, not necessarily how reusable can I write the code.

Committing to strict reusable code creates future risk in adapting to new requirements.