RonSijm to Programmer HumorEnglish · 3 months agoWhatever 'Clean Code' you write now, it'll be shit eventually and in need of a complete rewriteimagemessage-square89fedilinkarrow-up1608arrow-down117
arrow-up1591arrow-down1imageWhatever 'Clean Code' you write now, it'll be shit eventually and in need of a complete rewriteRonSijm to Programmer HumorEnglish · 3 months agomessage-square89fedilink
minus-squareRonSijmOPlinkfedilinkarrow-up3arrow-down4·3 months agoI’ve started to prefer option A to be honest. In C# I’m using Verify - So I prefer to just use Verify(state); and compare the entire state against a json saved state, instead of manually verifying every individual property
I’ve started to prefer option A to be honest.
In C# I’m using Verify - So I prefer to just use
Verify(state);
and compare the entire state against a json saved state, instead of manually verifying every individual property