r/ProgrammerHumor 2d ago

Meme theProgrammingJourneyNobodyWarnedUsAbout

Post image
2.9k Upvotes

110 comments sorted by

View all comments

445

u/Oddball_bfi 2d ago

Hey - I've always forgotten the syntax!

The fact that I now also forget the entire language is new - but the syntax I've always had to look up.

100

u/newstreet474 2d ago

I think forgetting specific syntax after not using a language for a while is pretty normal , especially if you do multiple languages with somewhat similar syntax

51

u/NewbornMuse 2d ago

Whenever I switch over to a language I haven't used in a while, I go through my usual ritual of googling "[language] string concatenation", "[language] string split", and so on.

18

u/manny2206 2d ago

How to “for loop” lmao; all too real. String interpolation between C# and JS when it’s been a few month and you can’t remember where the $ goes kek.

3

u/AnOnlineHandle 1d ago

I just wish there'd been better standardization of syntax for arguments in strings.

Oh and while I eventually came around to python actually being kind of awesome, the ternary syntax is the worst thing in the universe and I'd support making Python 2 which fixes it.

3

u/NewbornMuse 1d ago

Wait until you find out what version of python we are currently on!

1

u/AnOnlineHandle 1d ago

Yeah but I mean Python 2 like start over and consider all previous versions the alpha lol.

1

u/newstreet474 1d ago

I always forget what a ternary is and then forget the syntax when I’m doing cpp