Second system syndrome: Difference between revisions
From YM2149.org
Jump to navigationJump to search
(Created page with "* https://wiki.c2.com/?SecondSystemEffect * organising code the 'right way' and not the practical way - if the next developer needs something to be in a certain place they have the resourcefulness to consider it already exists and find it before duplicating any effort, the power to move it themselves, and also they won't have to guess where to put it. unit and integration tests that were written with behaviour enforcement in mind will flag any issues and can be tweaked a...") |
No edit summary |
||
Line 1: | Line 1: | ||
* https://wiki.c2.com/?SecondSystemEffect | * https://wiki.c2.com/?SecondSystemEffect | ||
* organising code the 'right way' and not the practical way | * organising code the 'right way' and not the practical way | ||
** if the next developer needs something to be in a certain place they have the resourcefulness to consider it already exists and find it before duplicating any effort, the power to move it themselves, and also they won't have to guess where to put it | |||
** unit and integration tests that were written with behaviour enforcement in mind will flag any issues and can be tweaked as needed | |||
[[Category:Programming]] | [[Category:Programming]] | ||
[[Category:Wisdom]] | [[Category:Wisdom]] |
Latest revision as of 21:54, 22 February 2025
- https://wiki.c2.com/?SecondSystemEffect
- organising code the 'right way' and not the practical way
- if the next developer needs something to be in a certain place they have the resourcefulness to consider it already exists and find it before duplicating any effort, the power to move it themselves, and also they won't have to guess where to put it
- unit and integration tests that were written with behaviour enforcement in mind will flag any issues and can be tweaked as needed