RonSijm@programming.dev to Programmer Humor@programming.devEnglish · 3 months agoWhatever 'Clean Code' you write now, it'll be shit eventually and in need of a complete rewriteprogramming.devimagemessage-square86fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageWhatever '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 · 3 months agomessage-square86fedilink
minus-squaremagic_lobster_party@kbin.runlinkfedilinkarrow-up0·3 months agoNew code is O(n log n), but the time benefits only kicks in when n is above 1 trillion. Otherwise it’s much slower.
minus-squareBeanie@programming.devlinkfedilinkarrow-up0·3 months agoAnd 90% of the time, n is about 3
New code is O(n log n), but the time benefits only kicks in when n is above 1 trillion. Otherwise it’s much slower.
And 90% of the time, n is about 3