devilish666@lemmy.world to Programmer Humor@programming.dev · 2 months agoYup...i can confirm thatlemmy.worldimagemessage-square18fedilinkarrow-up1260arrow-down153
arrow-up1207arrow-down1imageYup...i can confirm thatlemmy.worlddevilish666@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square18fedilink
minus-squarecbazero@programming.devlinkfedilinkarrow-up19·2 months agoDynamic typing, special and unique syntax for every language feature, interpreter intrinsics
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up8arrow-down1·2 months agoOperator overloads, descriptor protocol, decorators
minus-squarexmunk@sh.itjust.workslinkfedilinkarrow-up6·2 months agoOperator overloads are excellent for readable code when used well - I object to their inclusion on this list.
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up5·2 months agoAs long as you don’t have to implement it yourself.
minus-squareTheHarpyEagle@pawb.sociallinkfedilinkarrow-up3·2 months agoHonestly, I’ve been using type hints very heavily since they became a thing. I just use IDE completion too much to do without them.
Dynamic typing, special and unique syntax for every language feature, interpreter intrinsics
Operator overloads, descriptor protocol, decorators
Operator overloads are excellent for readable code when used well - I object to their inclusion on this list.
As long as you don’t have to implement it yourself.
Honestly, I’ve been using type hints very heavily since they became a thing. I just use IDE completion too much to do without them.