RonSijm@programming.dev to Programmer Humor@programming.devEnglish · 6 months agoWhatever 'Clean Code' you write now, it'll be shit eventually and in need of a complete rewriteprogramming.devimagemessage-square88fedilinkarrow-up1578
arrow-up1578imageWhatever 'Clean Code' you write now, it'll be shit eventually and in need of a complete rewriteprogramming.devRonSijm@programming.dev to Programmer Humor@programming.devEnglish · 6 months agomessage-square88fedilink
minus-squareRonSijm@programming.devOPlinkfedilinkarrow-up3·6 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