RonSijm@programming.dev to Programmer Humor@programming.devEnglish · 2 年前Whatever 'Clean Code' you write now, it'll be shit eventually and in need of a complete rewriteprogramming.devexternal-linkmessage-square89linkfedilinkarrow-up1600arrow-down117
arrow-up1583arrow-down1external-linkWhatever '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 · 2 年前message-square89linkfedilink
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up5·2 年前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.
minus-squareNigelFrobisher@aussie.zonelinkfedilinkarrow-up3·2 年前This, 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.