+ 5
What do you feel is the most difficult part in coding?
1-Making an algorithm 2-Writing psuedo code 3- Implementing algo to code 4-Compilation Errors 5-Runtime Errors 6-Logical Error
38 Respuestas
+ 15
0 - Starting it
Actually it's very hard to get a good idea. Whatever comes to my mind is a million-dollar software idea!
+ 5
understanding third party's API is the most difficult one.
+ 5
Remembering all the functions and syntax for each language. Guess it comes easier with practice.
+ 5
slow internet my music stops i cant save my code in playground
+ 4
data management, the worst thing ever
+ 4
True,when dealing with large amount of data or references it gets too confusing and difficult.
+ 4
1 selecting and making best algorithm and managing resources i.e space & CPU resources
also finding runtime errors and removing them because in that case you have to run the program again and again, passing different inputs to get all runtime errors.
+ 4
being a newbie this coding is trick but you never know how good you are until you try it
+ 4
I'd say "implementing algorithms".
the coding part isn't all that bad, but understanding how one would go about making functional code out of an, even somewhat, complex algorithm, is just hard
+ 4
Jon Acuff said "Never compare your beginning to someone else's middle. Comparison is poison." @12:00 PM - 5 March 2013
i see most people here doing that.
+ 3
learning it! the first time, or in later ages is a pain in the brain :D. specially this java. i think its made hard with its success so not just everbody cud start blowing things with it.
+ 3
Coding itself is most difficult 😂
+ 2
Starting it. Cannot decide where to start the project. Like from where we start the paintings.
+ 2
When your code doesn't work and you don't know WHY. Tangled, unorganized code makes it even worse.
+ 2
Trying to debug exceptions that you didn't even know your code could throw. (I'm looking at you, WPF.)
+ 2
To understand the code of others is most difficult because many uses different approach to answer a single problem. it also helps a coder to get idea of how to solve a problem with different approaches
+ 1
Personally, I have a difficult time writing the pseudo-code. All the rest is relatively easy.
+ 1
all of it, because i have no idea what you just wrote on that list. lol
+ 1
Compilation error sucks mann😥
+ 1
Invent names for variables.