Jeena@piefed.jeena.net to Programmer Humor@lemmy.mlEnglish · 7 hours agoBefore and after programmingpiefed.jeena.netimagemessage-square56fedilinkarrow-up1258arrow-down132
arrow-up1226arrow-down1imageBefore and after programmingpiefed.jeena.netJeena@piefed.jeena.net to Programmer Humor@lemmy.mlEnglish · 7 hours agomessage-square56fedilink
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up6arrow-down1·3 hours agoYou can totally write heavy duty things if you know what you’re doing: use type hints, static checkers, tests, etc. It just takes a bit more effort and care.
minus-squareByteJunk@lemmy.worldlinkfedilinkarrow-up2·38 minutes agoBut why would I use something that takes more effort and care? I’m sure you’re right and it’s possible, but if I don’t have to fix another python project at work I’ll be in heaven.
minus-squareEphera@lemmy.mllinkfedilinkEnglisharrow-up3arrow-down1·3 hours agoPersonally, my estimate doubles when we’re asked to implement something in Python…
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up2·3 hours agoThat’s a proficiency matter. Python is the language I can get something done the fastest today, but 6 years ago that would be Java or even JS for me.
You can totally write heavy duty things if you know what you’re doing: use type hints, static checkers, tests, etc. It just takes a bit more effort and care.
But why would I use something that takes more effort and care?
I’m sure you’re right and it’s possible, but if I don’t have to fix another python project at work I’ll be in heaven.
Personally, my estimate doubles when we’re asked to implement something in Python…
That’s a proficiency matter. Python is the language I can get something done the fastest today, but 6 years ago that would be Java or even JS for me.