hypertown@lemmy.world to Programmer Humor@lemmy.ml · 1 year agoAverage TS developerlemmy.worldimagemessage-square105fedilinkarrow-up1789
arrow-up1745imageAverage TS developerlemmy.worldhypertown@lemmy.world to Programmer Humor@lemmy.ml · 1 year agomessage-square105fedilink
minus-squareMashedTech@lemmy.worldlinkfedilinkarrow-up17arrow-down1·1 year agoIdk, I find it pretty easy to understand
minus-squareherrvogel@lemmy.worldlinkfedilinkarrow-up13arrow-down1·1 year 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-squaregornius@lemmy.worldlinkfedilinkarrow-up9·edit-21 year 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”.
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”.