slashasdf@feddit.nl to Programmer Humor@lemmy.mlEnglish · 1 year agowhat?feddit.nlimagemessage-square63fedilinkarrow-up11.02K
arrow-up11.02Kimagewhat?feddit.nlslashasdf@feddit.nl to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square63fedilink
minus-squareMaximumOverflow@lemmy.calinkfedilinkarrow-up93·1 year agoYou don’t master Javascript, ever. You just become accustomed to the madness and stop caring, while sometimes doing things right.
minus-squareshroomato@lemmy.worldlinkfedilinkarrow-up7·1 year agoIs there a typescript analogue for python? Preferably that adds curly braces?
minus-squared_k_bo@feddit.delinkfedilinkarrow-up4·edit-21 year agoType Annotations and other typing-related stuff are built into the language/standard library. To get a real benefit you should use a static type checker like mypy.
minus-squareUlrikHD@programming.devlinkfedilinkarrow-up2·1 year agoJust be a decent human being and use type hints in python, problem solved.
minus-squareCanadaPlus@lemmy.sdf.orglinkfedilinkarrow-up1·edit-21 year agoOh, is that what the Go is all about?
minus-squareIridium@lemmy.worldlinkfedilinkEnglisharrow-up1·1 year agofrom __future__ import braces Give it a go
You don’t master Javascript, ever. You just become accustomed to the madness and stop caring, while sometimes doing things right.
deleted by creator
Is there a typescript analogue for python? Preferably that adds curly braces?
Type Annotations and other typing-related stuff are built into the language/standard library.
To get a real benefit you should use a static type checker like mypy.
Just be a decent human being and use type hints in python, problem solved.
Go.
Oh, is that what the Go is all about?
from __future__ import braces
Give it a go
I agree.