DEV Community

Discussion on: Being a Better (and Lazier) Programmer

Collapse
 
imsergiobernal profile image
Sergio • Edited

"While design patterns are useful, they are not a silver bullet. Remember that you're writing code for humans, not the computer."

I think design patterns are more for humans rather than for computers.

Collapse
 
skydevht profile image
Holy-Elie Scaïde

Yes, but you can easily overuse them and make the code too abstract to understand. Nothing beats a code with clear intent.