bort@sopuli.xyz to Programmer Humor · 6 months agoSTOP DOING DEPENDENCY INJECTIONsopuli.xyzimagemessage-square78fedilinkarrow-up1435arrow-down134
arrow-up1401arrow-down1imageSTOP DOING DEPENDENCY INJECTIONsopuli.xyzbort@sopuli.xyz to Programmer Humor · 6 months agomessage-square78fedilink
minus-squarepassepartout@feddit.delinkfedilinkarrow-up21arrow-down6·edit-26 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-squareMajorHavoclinkfedilinkarrow-up22arrow-down3·6 months ago… Looks both ways… Python does the same in 10 lines of code. … Ducks under a table to avoid the ensuring flames …
minus-squareSpaceNoodle@lemmy.worldlinkfedilinkarrow-up13arrow-down1·6 months agoI replaced the P in my LAMP stand with Python and I’ve never been happier.
minus-squareVantaBrandon@lemmy.worldlinkfedilinkarrow-up5·6 months agoThey say he’s still ducking to this day
minus-squareMajorHavoclinkfedilinkarrow-up3·6 months agoYep. That’s why we call it “duck typing” in Python.
minus-squareexprlinkfedilinkarrow-up2·6 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.
… Looks both ways…
Python does the same in 10 lines of code.
… Ducks under a table to avoid the ensuring flames …
I replaced the P in my LAMP stand with Python and I’ve never been happier.
Same here.
They say he’s still ducking to this day
Yep. That’s why we call it “duck typing” in Python.
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.