▲ | corytheboyd 2 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. | ||
▲ | syntaxbush 2 days ago | parent [-] | |
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. |