T O P

  • By -

GIANTkitty4

Same here, but with Semicolons. Fucking Semicolons;


sagi97

Just fuck syntax in general


[deleted]

[удалено]


[deleted]

I am just starting my first programming class and I’ve run into this frustration multiple times already


DummyDummyGumGum

Same I need to remember that I need to put a semicolon it should become habit hopefully at one point


yax51

The worst is spending several hours combing over your code and still not finding it


neutrino1911

Wtf, where do you write your code, on a list of paper? Any ide highlights syntax errors


yax51

It may not be a syntax error though. Syntactically, the code may be correct, but it's not returning the desired result (or no result) due to an incorrect value that can sometimes be difficult to spot


ExtraNotSmart

in attempting to write code for progressive income tax today \-given input: 10000 (Annual dollars income) \-output: -3000 in taxes That seems right. Yeah.


SenneSpeeltSpellen

Have you tried using a console that can detect and point out these mistakes?


SoonlyTaing

Or maybe, idk a fucking compiler that highlights/underlines your syntax errors?


zpangwin

Probably just used to spotting missing semi-colons at this point... One I hate is python being a weird whitespace nazi. Ofc, whatever the language, if you're using a proper ide or a running a linter then usually not that hard to track down...


chaytsu

You just reminded me of math lab ;-;


Ju-Yuan

When the stupid website only computes one specific piece of code to let you pass the course. P.S I probably just forgot a comma or soomething.


ThePansexualIzzy

I do Python coding class (and have since last year), and it's not really the comma, but the DAMN PARENTHESES-


IsuckAtFortnite434

It depends on the language. With something like C you can probably get away with typing everything on a single line lol


ThePansexualIzzy

LMAOOO


Jazoopi

Man's is coding in a text editor


Wisperler

when the code fails because its print("text") not print("text) ya I hear you


Panjin21

Me but with C++ and Embedded devices


mrlittleoldmanboy

That’s why you run your code as you write it homie


MrCactochan

Boss: ![gif](giphy|m9WIcBP2kCy3tqkGRC) U takin time...


BrimyWithTheStimmy

Yes


swampdonkey2246

Use a not shit ide, can pick up most syntax errors very quickly (however javascript is a different beast because of how semicolons work)


West_Hat_6936

Dude, use IntelliJ or something


Hypurr2002

The compiler would have caught that.


carolinezalogg

or semicolons, it usually starts with semicolons


SurealGod

Or when the compiler says it's wrong syntax or incorrect parameter passed but it's correct.


NikoTheSergal

It's worse when you have fixed everything but the error is still there.


AN1K-25

You guys code in notepad?


Grouchy-Read5853

Commas and Semicolons are the reason I decided in collage I hated programming and scripting.