Hacker News new | ask | show | jobs
by sheeshkebab 28 days ago
One of these days you’ll learn about “enterprise” code
1 comments

I have seen good enterprise code and bad enterprise code. Clean Code suggests progressive rewriting of bad code.

When you touch a file you have an opportunity for code clean up, add unit tests to ensure your changes break nothing, and refine the code.