@Manifish_Destiny@lemmy.world to Programmer Humor@lemmy.ml • 1 year agoIn case you forgot.lemmy.worldimagemessage-square57fedilinkarrow-up1731
arrow-up1731imageIn case you forgot.lemmy.world@Manifish_Destiny@lemmy.world to Programmer Humor@lemmy.ml • 1 year agomessage-square57fedilink
minus-square@jvisick@programming.devlinkfedilink16•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.eelinkfedilink4•1 year agoIt gets easier the more you do it but ts needed a default official config to start things up with.
minus-square@ADTJ@feddit.uklinkfedilink1•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-square@PeWu@lemmy.mllinkfedilink1•1 year agoThis. I actually have template which I’m using for all my small projects.
minus-square@Rooki@lemmy.worldlinkfedilink1•1 year agoYeah, i feel the same but it is at least configurable and not terrible configurable like python
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