this post was submitted on 13 Oct 2023
784 points (93.4% liked)

Programmer Humor

32042 readers
1375 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] xantoxis@lemmy.world 4 points 11 months ago (1 children)

The thing is, you don't make syntax mistakes on purpose. Especially if you know a language extremely well, a syntax error will happen at random, you won't notice it (if you did, you would have fixed it), and it therefore becomes invisible to you.

Part of your brain "knows" there's no error, because you know the language extremely well, and because if you had made an error, you would have fixed it.

This leads to acute, irrational frustration. It's very human.

There's not really a solution, just smoke more weed and take your eyes off the screen occasionally.

[โ€“] Gentoo1337@sh.itjust.works 1 points 11 months ago

There are solutions, just use a LSP or read carefully compiler/interpreter errors or run your code through a linter