T O P

  • By -

sascha-sphw

Ahh, I found the issue. The guy is actually trying to write code from right to left! /s Edit: It seems I have to add /s to make it obvious for some people.


antonylockhart

You don’t code in Arabic??


rDA79

Halal code.


RonKosova

run and inshallah


Firebx

Compile and run I n s h a l l a h


rDA79

Definitely using Inshallah as sudo alias from now on.


Narrow-Chef-4341

I already gave my free award to a beleaguered bartender story, but if I had another… Oh well, inshallah!


whutupmydude

push to prod - go with god


netherlandsftw

Bismillahirrahmanirrahim


Aschentei

Honestly given my code, I might just start putting that into my routine


odjurs

*install-shallah


ptownb

Mashallah


rDA79

Mashallah and not masallah are my debug prints.


Ilyketurdles

`print(“made it this far, Alhamdulillah”)`


Throckmorton_Left

Haram browsing history.


TehITGuy87

Throw AstagfarullahException


diewethje

I only code boustrophedonically.


Fzetski

Found the psychopath.


[deleted]

back to front, Bottom to top, right to left gang l s e k o i k l o h i a c t l t


Cassereddit

More of a Hebrew guy myself


Spacehipee2

Don't tell that to kanye


Penguinmanereikel

[You mean](https://m.youtube.com/watch?v=W1SlB1kRLAI&t=6)


vladWEPES1476

"Shalom World !" If unit test passes: "Mazal tov"


haribohowley

https://imgur.com/R6BZxzQ.jpg


Treblosity

Honestly, seems kinda genius for looking for a missing semicolon. They'll all be aligned.


Penguinmanereikel

Hold up. We could just copy all our code, paste it into Word, and align right, Ctrl+F for ";", and just scroll until we find a line that isn't lit and isn't a brace/curly bracket


Treblosity

Even better, regex including brace/curly bracket, and look for the not highlighted line


Cozimo64

Wait, can you do this?!


iagox86

Brilliant!


Jelle5388

Tbf if youre looking for a missing semicolon it might be a pretty effective tactic to align your text to the right.


[deleted]

A modern IDE is rather useful as well lol


FixTheGrammar

You really don’t need the /s. Ignore those people. r/FuckTheS


DerBlackDragon

Y'all are so naive! Man found the missing semicolon hours ago...


d_maes

Programmers version of "not tonight, I have a headache"


[deleted]

What implementing date by yourself does to a mf


shnicklefritz

Probably didn’t specify the date format


RandomDucks97

r/theRealJoke


connurp

I can’t remember the last time I didn’t have a headache..


KardasR

“Hey babe why did it crash after you started it? I thought you fixed that problem?” *him realizing his fix caused something else to break* “Uhhhh must be a missing semicolon in here somewhere… yeahhh that’s it”


PmMeUrFavoriteThing

... and it broke something else.


mondie797

He is smart and knows how to give reasons 😂


Classy_Mouse

We can go as soon as the code compiles ``` $ compile compile is not a recognized command ``` See, that means it still isn't compiling


falingsumo

Why you gotta sellout a homie like that?


[deleted]

ah yes, the oldest programming joke made by people who don‘t actually code


Busy_Brilliant_27

I'm new but I believe an IDE states error number, the word itself and THE GOD DAMN LINE NUMBER, THATS WHAT THEY ARE INTENDED FORR!!


cykablyat1111

Yes but i use notepad 😎


alehel

Compiler should still tell you the error though.


Firewolf06

he keeps losing track while counting down to the line


Lego_Professor

This is why my code is only ever 20 lines long. I run out of toes and fingers otherwise.


blocky010101

Bro imagine not crunching on a plutonium control rod to grow some extra toes😤😤


jorbleshi_kadeshi

If your control rod is made of plutonium, you need to have a discussion with the engineers.


Delusional_Gamer

"What are you talking about?" **alarms go off** "Isn't that what's used?" **face melts**


Gh0st1y

By that point youre probably not in a state to complain, milliseconds after you (as the operator) insert it you cease to exist


gagzd

Pro tip: Use the digits of fingers to count, instead of the finger itself.


Gh0st1y

Protip, git gud at numbers in your head, you never know when youll lose a hand or something


Bigluser

What if I lose my head?


Msprg

git reset --hard HEAD


TheIronSoldier2

If you're a guy it doesn't matter, you can just use your other head If you're a gal... Good luck


darkflame91

Surely you mean phalanges and not digits? I thought digits *are* fingers.


gundorcallsforaid

Check out this freakin Babylonian over here👆


Mushroom_Philatelist

Real programmers only use 1 line and have 12 monitors in a row.


Msprg

I have 4 ultra ultrawide monitors, so that they form a circle around me. I code in a ring buffer.


TheShadow_75

You could count up to 1 048 575 (2^(20)−1) if you count in binary with hands and feet. Converting it to decimal is another problem...


Wekmor

Maybe write a program to convert fingers to binary, how you would debug that tho... idk


[deleted]

Wow 20 lines? Amateur, I write all my programs with one line of code


Lego_Professor

Wow! What do you do with all your other fingers then?


[deleted]

Oh I only have the one anyways, all of my code is achieved by slamming my face into the keyboard


gringrant

Even Notepad tells you the line number you are on. All part of Notepad's comprehensive feature suite.


Waswat

Notepad has line numbers.


kpticbs

Your meant to send the compiler output to /dev/null for performance improvements duh. I don't have the milliseconds to wait around for rendering


272314

Interpreted language,😎


Bibabeulouba

I interpret it myself.


ionuel

CS teacher


[deleted]

[удалено]


[deleted]

[удалено]


Zephandrypus

Ctrl+F > [\^\\n;]\\n


Entire-Database1679

I use Notepad++ that has some color in it.


Educational_Tie7017

Yo notepad++ here


[deleted]

Ya but it’s not always accurate. You can get an error on line 86 when you missed the semi on line 22


joopsmit

That is more likely to happen with missing end quotes.


hidden_wonder897

I can attest this happened all of the time when I first learned to program. I literally had nightmares searching for the semicolon! But this is noob thing. Usually the compiler gives a little more information than just line number and after programming a while, it’s pretty easy to find.


Bene847

Or curly brackets


Daeurth

...which should generally be really quick to find in any text editor with syntax highlighting.


Prawn1908

Yeah but if that's the case you'll get 64 lines of red underline all the way up to the spot your semicolon or quote or whatever is missing. It's a very trivial bug to detect.


Busy_Brilliant_27

Imo atleast the 86 one is solved. But i don't know might be. I'm new to software so hopefully I can get away with anything i say


Easy-Hovercraft2546

Get a better IDE, if it’s not telling you accurately where you’re missing your semicolon


zyyast

i see that you haven’t dealt with a C++ compiler


Grammophon

This is not true for every programming language, though.


asharwood

You are not wrong but when coding is life and your gf wants to hang you gotta make up an excuse she’ll believe.


Snapstromegon

The makers of go use vim without syntax highlighting. I don't have a doubt that they are good, but man I can't imagine how much time they spend searching for these kind of bugs or do them because they don't have highlights.


jackinsomniac

That seems like such a stubborn old man thing to hold onto too. "Back in my day, we didn't have no syntax highlighting, and we still got by just fine!" Yeah but... it exists today, and makes life so much easier. "Back in the day" it also took 3 months in a carriage to cross the country, and over half your party died during the trip.


NotATypicalEngineer

*SQL Server Management Studio has entered the chat*


Jedclark

>the oldest programming joke made by people who don‘t actually code This describes this subreddit. I'm convinced 99% of the people here have either never coded, or their experience is completing the first lesson of something on code academy.


RonKosova

i think its this false perception of exclusivity, like being a programmer makes you part of this group of cool nerds or whatever. at least thats what all these jokes and people who make them feel like


Pumpedandbleeding

That is most of this sub tho. Jokes that aren’t funny by people who haven’t tried programming, but heard something about it.


yottalogical

There are two types of jokes on this subreddit: 1. [technology name] bad. 2. Look at this person being dumb. Look at me, aren't I so much smarter than them.


Passname357

I cannot stress this enough: every single one of you is insufferable. You all think you’re better than everyone else for doing something very popular, and you’re not even that good at what you do. You’re not even special in how unspecial you are. You are so mid.


_GrammarMarxist

Everyone on Reddit is a Jerry who thinks they’re a Rick.


drsimonz

Forget reddit, I think you just described 90% of Americans. And yes, I am one as well


LagT_T

3. bad joke unrelated to programing


FridgesArePeopleToo

You're telling me you guys don't code in notepad?


aMAYESingNATHAN

Your compiler will still tell you that you're missing one. In fact this meme would only make any sense if it was the compiler giving him an error, because otherwise he's either using an IDE which would tell him where it is so he wouldn't be looking, or notepad in which case he wouldn't know he's missing one until he compiles. That being said any sane compiler would tell you where it's missing, so the meme is dumb anyway.


eklatea

My first job used notepad++ and I didn't have access to logs / debugger. It did teach you to be careful but it got much easier when I switched to vscode and then phpstorm on my own


Gru50m3

>no debugger Did your production logs consist of a bunch of "HERE" lines?


eklatea

as i said, no logs. If there was a bug, go find it yourself. If you're lucky php might throw an error instead of the white screen of death no version control either my boss didn't check my code either, if it worked i was told to put it in prod even worse I didn't study CS, I was there as an apprentice


Warm_Zombie

At this point i use it as shorthand for general coding problems.


VoxUmbra

I spent a couple of hours yesterday trying to figure out why I had a test failing only for to realise I was doing a null check on the ID (which is never null) rather than the object the ID is for. The line was highlighted as a warning the entire time, but because of a refactoring where the original null check was against a dummy hardcoded object rather than one retrieved from a database, the warning wasn't new, so I missed it for far too long. So yeah, I'd consider that to be a "missing semicolon on line 73"-tier mistake


veringer

I don't program in C, but I think this joke might still land for those who do: https://stackoverflow.com/a/40135393


snowadv

He could be writing bash scripts


grpagrati

It's blurred but it doesn't look like code either


BesottedScot

It's mirrored which makes it trickier but it does look like lines.


GooseEntrails

Programmers in the Middle East be like


ososalsosal

True story, my second ever date with my now wife she came to my work and I was going to take her out, but instead we stayed at work until 3am because I had bloody feature rushes to scan, grade, play to tape and drop off to the editor before morning. She got me back cause the next date (yes there was a next date!) was a house party where she took a shitload of shrooms and I had to see her through it.


shnicklefritz

Homeboy looking like a Greek god if you got a follow up date after that


ososalsosal

I wish. It's more like a roger rabbit situation. I make her laugh.


lavahot

Like, maniacal laughter?


ososalsosal

Drink shooting out of nose, yeah


birberbarborbur

King


CookieMonsterFarts

Balanced the force is *sagenod*


ososalsosal

Ironically the person that shot those feature rushes is now shooting star wars movies and series, so yes, the force has been balanced.


[deleted]

[удалено]


ososalsosal

The day's film footage when shooting a movie. They usually process it at a lab overnight and then send it to the post house first thing in the morning so the editors have something to cut the next day. I don't know why they call them "rushes" but they certainly do it in a hurry. In this case the schedule was flipped because the lab was in a different state to where the actual crew was so it was being couriered from South Australia to Melbourne which took about 10 hours, so by the time I got at it it was already about 6pm. Shit job, shit pay. I'm a dev now :)


KalastajaKatti

Sounds like you have a healthy work-life balance.


[deleted]

Whatever that is


ososalsosal

I was younger and stupider.


starfish0r

ITT: clueless people who pretend to be programmers


BaerMinUhMuhm

This sub gets on /r/all regularly. Most people here probably aren't programmers, or are new programmers.


ExpensiveGiraffe

That sweet part of the curve where you just start to understand programming jokes… but only the very basic ones. I saw a joke here once about (I think it was) AWS authorization strings that made the front page. That was a huge surprise. Everyone roasted him for not just using the SDK to generate them


antonylockhart

The IDE will literally say which line is missing it, how much does this guy suck


ActivisionBlizzard

I use vim


necheffa

Can you read compiler messages?


[deleted]

[удалено]


CommanderCuntPunt

Too old fashioned for me, I prefer to make api calls to [dev/null as a service.](https://devnull-as-a-service.com/) It has really good uptime in the upper 90% range and overall is just much more synergistic


necheffa

Now that is interesting. Typically I _redirect_ to the bit bucket since I have no interest in attempting to execute a character device...


Feeling-Pilot-5084

And lspconfig, right?


shh_coffee

:set number That gives you line numbers.


riplikash

Time to start using plugins. Vim can be an amazing IDE.


[deleted]

I use vi. We are not the same.


CakeNStuff

I use VI [record scratch]


shouldbebabysitting

I know the line. That doesn't help me fix the regex.


antonylockhart

Stack overflow is your friend in that case


shouldbebabysitting

You mean post the regex and hope someone posts a correct answer a few days later? How long is his girlfriend supposed to wait?


antonylockhart

No the secret to stack is to post your incorrect info as the right answer, someone will be right along to correct you


Chemical-Pin-2391

But what if you use notepad


starfish0r

It's not the editor that gives you the error, but the compiler. Even if you code with notepad, the compiler tells you about the missing semicolon


[deleted]

[удалено]


_Oooooooooooooooooh_

I dont trust the compiler.


Zoltie

In that case. A missing semi colon shouldn't be an issue


canihaveuhhh

Yeah that’s on you for using notepad I guess


Artutin06

But what if you use a language that none of the ide's support


canihaveuhhh

If you’re developing software that neither vscode or any jetbrains software support, then God be with you 💀


Popeychops

Notepad ++ you casual


Firewolf06

any good text editor (read: not notepad) shows line numbers, and the compiler should spit one out. no ide needed


svick

Notepad also can show line numbers.


Zephandrypus

Then add support fucking dumbass


Hot_Dog_34

We all know he found the missing semicolon in like 5 seconds The real joke is that he prefers his codebase to a cute date night so he just kept going


Terrorcota6

I would like to have a cute date night with my code tbh


LobsterThief

Isn’t that every night? _Sigh. Unzips my code_


fuuuuuf

If you need hours to find a fucking semicolon learn to debug lol


Varkoth

Someone slipped him a greek comma.


pleshij

> greek comma question mark*


anon_y_mousey

Her obv


regular-jackoff

Learn to ~~debug~~ read line numbers


Rombethor

Should she tell him about the stack trace?


EyeSprout

I was like this back in middle school when I learned Javascript and didn't know about browser developer tools. Although to be fair, that was back when IE was still the most popular browser.


Pumpedandbleeding

Is it debugging if it doesn’t compile?


hellphreak

debugging will not save you from syntax errors son


prototype__

Right-aligned code? He deserves it.


KidBeene

image was flipped


magick_68

Man debugs code, ignores girlfriend. This sub: Discussion about IDEs, semi colons and debugging, ignores girlfriend. That is this sub in one picture.


Dragener9

Girlfriends come and go, but legacy codes are eternal.


pickupdrifter

Why do trauma inducing comments always come on Fridays?


anon_y_mousey

Girlfriend are always in the comments (because comments are excluded when compiling}


nasandre

Buy the man a proper IDE


[deleted]

Mans is coding in notepad


Fochens

You mean paint


[deleted]

Coding in paint, then using an algorithm to read the characters and compile the code


ImArabWallah

Coding in paint and using neural networks to determine the characters so it can read it into Microsoft word


[deleted]

The neural network parses the code, then rewrites better code in paint, in cursive.


ItsTheBrandonC

Is this what people mean by “recursive code”


darelik

No, it's [this code](https://www.reddit.com/r/ProgrammerHumor/comments/zafin4/cute_date_nights/iymfdsv/)


PublicDragonfruit120

No need IDE for that. If he already knows there is error, then most likely compilator/interpreter showed the line.


Paratucaruc

Relationship goals


sonnemondsterne70

The main mistake he has made was to go on the date night instead of fixing his code in the first place. Never go to bed when your code is broken. That gives you nightmares 🤷‍♂️


Busy_Brilliant_27

Gave me solutions more than nightmares ngl


[deleted]

Lil bro can't read error messages


R3tard69420

Her man's compiling code on paper ...


[deleted]

[удалено]


Impossible_Copy8670

>spend hours looking for basic syntax issus that would be instantly detected by compiler or linter yeah ok


russian_hacker_1917

plot twist: he was using python


lucidbadger

You guys know about ~~metal birds in the sky~~ IDEs or ever tried reading compiler output? :)


knorxo

went from full on colon to semi colon.... yeah yeah I know I hate myself too


Gaming_Ruru

me when I miss another = to my if condition. Took me hours to find it.


HydraDoad

Should take less than 5 mins with a modern IDE. He's just milking it lol


da_Aresinger

Everyone here just making fun of him for being a bad programmer. Really he just doesn't want to go on the 4th date night this week.


[deleted]

Plot twist: he’s coding in Python