slashasdf@feddit.nl to Programmer Humor@lemmy.mlEnglish · vor 1 Jahrwhat?feddit.nlimagemessage-square58fedilinkarrow-up11.03Karrow-down129
arrow-up11Karrow-down1imagewhat?feddit.nlslashasdf@feddit.nl to Programmer Humor@lemmy.mlEnglish · vor 1 Jahrmessage-square58fedilink
minus-squareMaximumOverflow@lemmy.calinkfedilinkarrow-up95·vor 1 JahrYou don’t master Javascript, ever. You just become accustomed to the madness and stop caring, while sometimes doing things right.
minus-squareshroomato@lemmy.worldlinkfedilinkarrow-up8·vor 1 JahrIs there a typescript analogue for python? Preferably that adds curly braces?
minus-squared_k_bo@feddit.delinkfedilinkarrow-up5·edit-2vor 1 JahrType 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·vor 1 JahrJust be a decent human being and use type hints in python, problem solved.
minus-squareIridium@lemmy.worldlinkfedilinkEnglisharrow-up1·vor 1 Jahrfrom __future__ import braces Give it a go
minus-squareCanadaPlus@lemmy.sdf.orglinkfedilinkarrow-up1·edit-2vor 1 JahrOh, is that what the Go is all about?
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.
from __future__ import braces
Give it a go
Go.
Oh, is that what the Go is all about?
I agree.