Manifish_Destiny@lemmy.world to Programmer Humor@lemmy.ml · 1 year agoIn case you forgot.lemmy.worldimagemessage-square57fedilinkarrow-up1756arrow-down166
arrow-up1690arrow-down1imageIn case you forgot.lemmy.worldManifish_Destiny@lemmy.world to Programmer Humor@lemmy.ml · 1 year agomessage-square57fedilink
minus-square______@lemm.eelinkfedilinkarrow-up35arrow-down4·1 year agoI started as a python enjoyer. 6 years later I can confidently say fuck dynamic typing, fuck mutable defaults. Also fuck python and js (used both for work) TS is better but we all know it’s not by much
minus-squarejvisick@programming.devlinkfedilinkarrow-up16arrow-down1·1 year agoTS is “better” but often I feel like just configuring typescript takes up a significant amount of the time you save by using it.
minus-square______@lemm.eelinkfedilinkarrow-up5·1 year agoIt gets easier the more you do it but ts needed a default official config to start things up with.
minus-squareADTJ@feddit.uklinkfedilinkarrow-up2·1 year agoHahaha exactly! I feel like every time I start a new TS project, I start by copying the tsconfig from an existing one
minus-squarePeWu@lemmy.mllinkfedilinkarrow-up2·1 year agoThis. I actually have template which I’m using for all my small projects.
minus-squareRooki@lemmy.worldlinkfedilinkarrow-up1·1 year agoYeah, i feel the same but it is at least configurable and not terrible configurable like python
I started as a python enjoyer. 6 years later I can confidently say fuck dynamic typing, fuck mutable defaults.
Also fuck python and js (used both for work) TS is better but we all know it’s not by much
TS is “better” but often I feel like just configuring typescript takes up a significant amount of the time you save by using it.
It gets easier the more you do it but ts needed a default official config to start things up with.
Hahaha exactly! I feel like every time I start a new TS project, I start by copying the tsconfig from an existing one
This. I actually have template which I’m using for all my small projects.
Yeah, i feel the same but it is at least configurable and not terrible configurable like python