this post was submitted on 07 Jul 2023
17 points (100.0% liked)

Programmer Humor

33521 readers
612 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
top 11 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 2 years ago

I'm in this picture and I like it. I'm wjhbr.

[–] [email protected] 3 points 2 years ago

Don't forget the programming socks trans girl programmer

[–] [email protected] 1 points 2 years ago

OMG, of all the memes I read all day long, this had to be the one to actually make laugh hard.

[–] [email protected] 2 points 2 years ago (1 children)

Ten years into casual programming and I still don’t know how to use a debugger.

[–] [email protected] 1 points 2 years ago (2 children)

I believe in a conspiracy theory that nobody uses debuggers.

[–] [email protected] 1 points 2 years ago

I use them daily. It makes it so much easier to work with an existing code base

[–] [email protected] 1 points 2 years ago (1 children)

console.log counts as “a debugger”, right?

[–] [email protected] 1 points 2 years ago

Yes, but only because it gives you a link to where that was run. Click the link to the right with filename:lineNumber, and it will open the sources tab to that line. Set a breakpoint and rerun to pause there, then step through the code's execution.

Of course, if you're using minified or processed code, this will be more difficult, in that case figure out how to do it in VS Code.

[–] [email protected] 1 points 2 years ago

Father, I want to see the face of VBA god

[–] [email protected] 0 points 2 years ago (1 children)

Good my colleagues think I am Hackerman that can hack through time!

[–] [email protected] 1 points 2 years ago

That image goes so incredibly hard