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-square89fedilinkarrow-up1602arrow-down117
arrow-up1585arrow-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-square89fedilink
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up5·3 months agoPeople can take the “do one thing” argument too far. I’ve seen people have individual micro services for each CRUD action on a resource.
minus-squareNigelFrobisher@aussie.zonelinkfedilinkarrow-up3·3 months agoThis, but with separate services for read and write operations and another for event handling.
People can take the “do one thing” argument too far. I’ve seen people have individual micro services for each CRUD action on a resource.
This, but with separate services for read and write operations and another for event handling.