@[email protected] to Programmer [email protected]English • 6 months agoWhatever 'Clean Code' you write now, it'll be shit eventually and in need of a complete rewriteprogramming.devimagemessage-square88fedilinkarrow-up1591arrow-down116
arrow-up1575arrow-down1imageWhatever 'Clean Code' you write now, it'll be shit eventually and in need of a complete rewriteprogramming.dev@[email protected] to Programmer [email protected]English • 6 months agomessage-square88fedilink
minus-squareanti-idpol actionlinkfedilink8•6 months agodeath by specificity is a thing… HTTPServletRequest has a fuckton of methods but 90% of them could be eliminated if one treated the data as a simple fucking map instead of creating 4 methods for each key in every record of your schemas.
minus-square@cactusupyourbuttlink2•6 months agoeh, I dont mind those, they are just getters and setters
death by specificity is a thing…
HTTPServletRequest
has a fuckton of methods but 90% of them could be eliminated if one treated the data as a simple fucking map instead of creating 4 methods for each key in every record of your schemas.eh, I dont mind those, they are just getters and setters