this post was submitted on 17 Jan 2026
530 points (98.4% liked)

Programmer Humor

31476 readers
1133 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] marlowe221@lemmy.world 48 points 4 months ago (16 children)

This happens all the time with TypeScript. The transpiled JS that actually runs will naturally have different line numbers than the TS you wrote!

To be fair, the reported line number is usually close enough that I can find the issue without much trouble.

It’s not my favorite back end language, but it’s what everyone on my team knows…

[–] BedSharkPal@lemmy.ca 12 points 4 months ago (4 children)
[–] marlowe221@lemmy.world 2 points 4 months ago

You are familiar with NodeJS, yes? 👍

load more comments (3 replies)
load more comments (14 replies)