logoalt Hacker News

sheeshkebabyesterday at 4:16 PM1 replyview on HN

One of these days you’ll learn about “enterprise” code


Replies

giancarlostoroyesterday at 6:34 PM

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.