Hacker News new | ask | show | jobs
by corytheboyd 334 days ago
Yeah me too, keeping the code modular being a huge part of it. In the same vein is actually finishing feature flags and removing the old code, killing off truly dead code, tests, documentation… basically eliminate as much noise as you can, so that it reads as much exemplary code as possible.
1 comments

Good point. I tell Claude in the claude.md to use a linter and formatter which helps it get rid of its own dead code while it develops.