734
you are viewing a single comment's thread
view the rest of the comments
[-] Aesthesiaphilia@kbin.social 3 points 11 months ago

Hello, I'm here from all, could someone please explain the joke to me?

[-] torafugu@kbin.social 10 points 11 months ago

You can't edit code easily if it's on a piece of paper. It is also stupidity.

[-] Aesthesiaphilia@kbin.social 5 points 11 months ago

Oh. Part of my job is making complicated procedures and sometimes it helps to print them out and go over with a pen. Didn't realize that doesn't work for code. Now I know!

[-] Downcount@lemmy.world 10 points 11 months ago* (last edited 11 months ago)

It wouldn't be such a bad idea if there weren't IDEs that would help you review your code more easily.

Think of a text document you would scan for typos. Sure it would help you to print it out and read it on paper. But finding them with words auto correction is much faster.

This kind of auto correction is also present in IDEs (integrated development environment / the program you use to do the actually coding). You can also jump from one part of your code to another part for a quick lookup or analyze it with its help.

So printing it out not only doesn't let you editing it it also slows down reviewing / debugging / refactoring it.

[-] 14th_cylon@lemm.ee 5 points 11 months ago

and apart from what the others said, if you'd decide to print the code for some reason, printing colored text on black background would be pretty wasteful way to do it

[-] poo@kbin.social 3 points 11 months ago

Likewise - it's only happened a few times in my life, but there have been moments in a 2k-line long SQL stored proc I inherited that I needed to print the thing off and user markers to try group code up and figure out what was happening (it was a monstrosity with no formatting or comments lol)

But yeah day to day, even year to year nobody is printing off their code to look at it - let alone only 20 lines of it lol

[-] Kushia@lemmy.ml 1 points 11 months ago

It does work for code.. just not like this.

[-] planish@sh.itjust.works 6 points 11 months ago

It's not just that they've printed the code. I've printed code.

It's that they've printed a screenshot of the editor.

this post was submitted on 17 Jul 2023
734 points (99.9% liked)

Programmer Humor

31251 readers
903 users here now

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

Rules:

founded 4 years ago
MODERATORS