Hacker News new | ask | show | jobs
by SonicSoul 968 days ago
oh wow.. refactoring is an art form. just because your code "works" doesn't mean you have to leave it alone. your working code will likely be copied into 5 other projects and will not scale well.

ideally you're investing into creating shareable code libraries and into infrastructure that makes the process of maintaining/referencing shared components easy enough for engineers to want to dedicate their precious sprint time to it.