this post was submitted on 03 Oct 2025
495 points (98.8% liked)

Programmer Humor

26772 readers
1335 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
[–] null_dot@lemmy.dbzer0.com 25 points 5 days ago (2 children)

console for quick and dirty understanding but inspector for more complex fixes.

[–] marlowe221@lemmy.world 9 points 5 days ago

This right here. Time and place for both.

[–] Omgpwnies@lemmy.world 3 points 4 days ago

and the one that keeps getting slept on for some reason, watch breakpoints - stop when foo is changed. Great for figuring out what is screwing with your data when foo mysteriously changes