|
|
|
|
|
by prpl
72 days ago
|
|
I find the people who end up with spaghetti code did so because they didn’t translate their normal processes over. Being completely methodical about development really helps. obra/superpowers, for example, gets close but I think it overindexes on testing and doesn’t go far enough with design document templates, planning, code style guides, code reviews, and more. Being methodical about it takes more time, but prevents a good bit of the tech debt. Planning modes help, but they are similarly not methodical enough. |
|