What is the hardest part about coding?

ddoesmc

Paragon
Joined
Nov 10, 2013
Messages
2,160
Reaction score
4
FP$
26,023
What is the hardest part about coding? I think it's taking the time to master each language.
 
The hardest part about coding is probably debugging it all and making sure it's actually doing what you want it to be doing. 😛
 
I have to agree with Thomasss, it's a pain to sit there and get the code to function properly. If you can't get 1 thing to work it will just bug out everything else providing a bigger pain.
 
Thomasss said:
The hardest part about coding is probably debugging it all and making sure it's actually doing what you want it to be doing. 😛

Agreed. Specifically, curly braces. 😛
 
For me, it's the little things - I get the syntax and the order etc. It's things like missing a { every now and then.
 
The hardest part about coding is, coming up with something that hasn't been done before.
 
ddoesmc said:
What is the hardest part about coding? I think it's taking the time to master each language.

Coding isn't the problem - It's figuring out WHAT to code..
 
Back
Top Bottom