bort@sopuli.xyz to Programmer Humor@programming.dev · 8 months agoSTOP DOING DEPENDENCY INJECTIONsopuli.xyzimagemessage-square87fedilinkarrow-up1435arrow-down134
arrow-up1401arrow-down1imageSTOP DOING DEPENDENCY INJECTIONsopuli.xyzbort@sopuli.xyz to Programmer Humor@programming.dev · 8 months agomessage-square87fedilink
minus-squarepassepartout@feddit.delinkfedilinkarrow-up0arrow-down1·edit-28 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-squareexpr@programming.devlinkfedilinkarrow-up1·8 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.