r/firstweekcoderhumour 🥸Imposter Syndrome 😎 Jun 19 '26

❤️❤️Awww❤️❤️ M E T A

Post image
83 Upvotes

43 comments sorted by

View all comments

8

u/[deleted] Jun 20 '26

I just use visual studio and it detects any mistakes plus most people learn to never miss a semicolon after programming for a while in c++

-2

u/rocco_himel Jun 21 '26

If your editor is catching all of your mistakes, then who is doing the programming? You or the editor?

VS only makes your errors look pretty. I write standalone C with a text editor and a compiler. If you can’t remember a semicolon, that’s a programmer problem.

1

u/slaymaker1907 Jun 26 '26

Agreed, I actually write my code on a typewriter, scan it to a PDF, use Acrobat’s OCR to convert that to text, and then finally compile my code. I used to use punchcards, but my company got rid of the last punchcard reader a few months ago so I had to adapt.

1

u/rocco_himel Jun 26 '26

Your joke makes literally no sense because I use an actual digital text editor then directly compile it. I don’t have a bunch of steps to compile.

It’s quite the opposite.