this post was submitted on 06 Jun 2023
34 points (100.0% liked)

Programmer Humor

32050 readers
1384 users here now

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

Rules:

founded 5 years ago
MODERATORS
 

I have been troubleshooting this script for weeks and finally found it was trying to divide by zero.

you are viewing a single comment's thread
view the rest of the comments
[–] elouboub@kbin.social 1 points 1 year ago (3 children)

Makes me think of devs who debug with print statements instead of a debugger and breakpoints.

[–] Fabiozeh@lemmy.world 5 points 1 year ago

Well, Kernighan himself said "The most effective debugging tool is still careful thought, coupled with judiciously placed print statements."

If it was good enough for him...

[–] erbs@lemmy.ml 3 points 1 year ago

/me glances sideways at codebase

[–] ture@rational-racoon.de 1 points 1 year ago

Worked on a project last year with one dev who was always super slow when having to debug even the simplest things. Turns out they didn't know debuggers; just print statements... That person had more then 5 years of exp and was sold as a senior dev. But apparently nobody ever really coached them after uni and they never picked it up themselves :|