You all use notepad to code?
It's routine
Submitted 1 year ago by alphacyberranger@sh.itjust.works to programmer_humor@programming.dev
https://sh.itjust.works/pictrs/image/9920dd29-81e1-42b6-967f-e748be3521b2.webp
Comments
James_Ryan@feddit.de 1 year ago
GigglyBobble@kbin.social 1 year ago
According to my recruiter, you code on a whiteboard.
JazzAlien@lemm.ee 1 year ago
These memes are made by first semester cs students
fidodo@lemm.ee 1 year ago
I was taught java my first semester. I certainly hope no schools teach dynamic languages in the first semester.
alphacyberranger@sh.itjust.works 1 year ago
I had to edit code on terminal using nano in production.
original_ish_name@lemm.ee 1 year ago
Use the great vim, install a linter plugin if you need one
ChickenLadyLovesLife@lemmy.world 1 year ago
I used to write websites with Notepad. The upside is that you really had to learn HTML to do it; the downside is that it proves to the world that you’re a fucking lunatic.
mrsnowflake@programming.dev 1 year ago
Missed an exclamation mark (as in negation) would be better and happens to anyone.
hstde@feddit.de 1 year ago
Or using < instead of <= or >
LetterboxPancake@sh.itjust.works 1 year ago
Something is either true or false, I would expect to have at least 50% of a chance to get it right on the first try. Nah, I fail to implement it three times because my brain went on vacation without telling me.
TheGreenGolem@lemm.ee 1 year ago
Needs more jpeg!
darcy@sh.itjust.works 1 year ago
bro has never heard of reading the compiler error
UndefinedIsNotAFunction@programming.dev 1 year ago
When you’re in VSCode with 10 different red squiggles, who can be bothered?
darcy@sh.itjust.works 1 year ago
vim supremecy
ChickenLadyLovesLife@lemmy.world 1 year ago
I first started programming with TurboBasic which had the oh-so-amusing characteristic that you could have variable names of any length but the compiler only used the first two letters (and case-insensitive at that). So “DonutCount” and “DoobieCounter” actually referred to the same variable.
Really good times trying to debug that kind of shit.
PoolloverNathan@programming.dev 1 year ago
I’m trying to write an intentionally bad programming language. Don’t give me ideas.
redempt@lemmy.world 1 year ago
man will never survive the rust programming language
Klaymore@sh.itjust.works 1 year ago
Python issue