Jeena to Programmer [email protected]English • 7 hours agoBefore and after programmingpiefed.jeena.netimagemessage-square50fedilinkarrow-up1260arrow-down135
arrow-up1225arrow-down1imageBefore and after programmingpiefed.jeena.netJeena to Programmer [email protected]English • 7 hours agomessage-square50fedilink
minus-squareEager EaglelinkEnglish6•4 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-square@ByteJunklink3•48 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-squareEpheralinkfedilinkEnglish1•3 hours agoPersonally, my estimate doubles when we’re asked to implement something in Python…
minus-squareEager EaglelinkEnglish2•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.