@bort@sopuli.xyz to Programmer Humor@programming.dev • 7 months agoSTOP DOING DEPENDENCY INJECTIONsopuli.xyzimagemessage-square9fedilinkarrow-up17arrow-down10
arrow-up17arrow-down1imageSTOP DOING DEPENDENCY INJECTIONsopuli.xyz@bort@sopuli.xyz to Programmer Humor@programming.dev • 7 months agomessage-square9fedilink
minus-square@passepartout@feddit.delinkfedilink0•edit-27 months agoWouldn’t want to write a webserver / database connection / scheduler / etc. from scratch. Spring Boot plus lombok turns 2k lines of code into 100.
minus-square@expr@programming.devlinkfedilink1•7 months agoSure… That"s what libraries are for. No one hand-rolls that stuff. You can do all of that just fine (and, actually, in a lot less code, mostly because Java is so fucking verbose) without using the nightmare that is Spring.
Wouldn’t want to write a webserver / database connection / scheduler / etc. from scratch. Spring Boot plus lombok turns 2k lines of code into 100.
Sure… That"s what libraries are for. No one hand-rolls that stuff. You can do all of that just fine (and, actually, in a lot less code, mostly because Java is so fucking verbose) without using the nightmare that is Spring.