DEV Community

Discussion on: What is your single most important rule for good software design?

Collapse
 
ben profile image
Ben Halpern

Always leave the campsite cleaner than you found it.

When you pop in to fix a bug or plop in some code, take it as a chance to improve the code, add tests, etc.

I think ongoing habits matter more than rote architecture ideals.