@hypertown@lemmy.world to Programmer Humor@lemmy.ml • 2 years agoAverage TS developerlemmy.worldimagemessage-square135fedilinkarrow-up1861
arrow-up1861imageAverage TS developerlemmy.world@hypertown@lemmy.world to Programmer Humor@lemmy.ml • 2 years agomessage-square135fedilink
minus-square@MashedTech@lemmy.worldlinkfedilink20•2 years agoIdk, I find it pretty easy to understand
minus-square@herrvogel@lemmy.worldlinkfedilink13•2 years agoThe "return type <5 paragraphs of various word salads> is not compatible with " error messages are anything but easy to understand in my opinion.
minus-square@gornius@lemmy.worldlinkfedilink9•edit-22 years agoYeah I don’t get why it spits out whole types instead of only differences between them. Like “function expects non-null ‘some.param.in.object’ of type ‘string’ in argument ‘someArgument’, which is missing in passed argument”.
minus-square@traches@sh.itjust.workslinkfedilinkEnglish5•2 years agoTypescript got a lot easier for me when I stopped even trying to read the error messages
Idk, I find it pretty easy to understand
The "return type <5 paragraphs of various word salads> is not compatible with " error messages are anything but easy to understand in my opinion.
Yeah I don’t get why it spits out whole types instead of only differences between them. Like “function expects non-null ‘some.param.in.object’ of type ‘string’ in argument ‘someArgument’, which is missing in passed argument”.
Typescript got a lot easier for me when I stopped even trying to read the error messages