When you come back from vacation [@programmerhumor](https://lemmy.ml/c/programmerhumor)
programmerhumor·Programmer Humorbyanders When you come back from vacation When you come back from vacation @programmerhumorView original on rytter.me546Comments12Reply
WWhatAmLemmy lemmy.worldI legitimately lol'd at this. Any time I return from a couple weeks off I'm like "what year is it" + "can you repeat all the stuff about the things".39Reply
Dasnap lemmy.world5Hide 5 repliesMe temporarily forgetting the structure of an if statement in Shell.22Reply
uunagi replyfeddit.nl1Hide 1 replyI write shell scripts only very occasionally and have to look this up every time.21Reply
LazaroFilm replylemmy.world1Hide 1 replyAnd then there’s stupid Cpp with if (true) { do(); } Or if THIS do(); endif 3Reply
AActuallyRuben replyactuallyruben.nlWhat's weird about the C++ one? At least that one is the same in a bunch of languages3Reply
LazaroFilm lemmy.world1Hide 1 replyvoid HelloWorld(string) { if (string == "print") { Serial.print("Hello World"}; } } Solved it.12Reply
nnthcdr lemmy.sdf.org(format t “Hello ~a” 'World). If I’m on vacation and come back to the land of C based languages I will have reverted to the only syntax I enjoy working in.1Reply
12 replies
I legitimately lol'd at this. Any time I return from a couple weeks off I'm like "what year is it" + "can you repeat all the stuff about the things".
Me temporarily forgetting the structure of an if statement in Shell.
I write shell scripts only very occasionally and have to look this up every time.
Like this I think
And then there’s stupid Cpp with
Or
What's weird about the C++ one? At least that one is the same in a bunch of languages
Solved it.
@LazaroFilm well done :D
I'm more
im more of a c person
index[array](format t “Hello ~a” 'World). If I’m on vacation and come back to the land of C based languages I will have reverted to the only syntax I enjoy working in.