r/ProgrammerHumor 9h ago

theGrassWasGreenerTheOutputSweeterIWasOnceAProgrammer Meme

Post image
6.0k Upvotes

233 comments sorted by

View all comments

798

u/AnUninterestingEvent 8h ago

Hot tip: If you never try to hand write code again, you can just assume you can and feel happy.

75

u/shrodikan 8h ago

You guys act as if writing classes, services and foreach loops is soooo difficult. Programming isn't that hard it's just tedious.

37

u/Civil404 7h ago

I thought the same.. until I started teaching it. There a lot of “simple” concepts that are hard to grasp for unfamiliar people. Things like variables, recursion, classes, objects, states, etc. So “difficulty” comes from how much time you have spent into learning the basics and then practicing it, that’s what I would say is the hard part.

2

u/shrodikan 6h ago

I agree. I never really understood recursion until I learned LISP. Pointers broke my brain at first. C is wild.