What is the most difficult part in programming. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What is the most difficult part in programming.

12th Jun 2017, 4:21 AM
MUSAH ABDUL_MALIK
MUSAH ABDUL_MALIK - avatar
6 Answers
+ 5
naming variables... lol
12th Jun 2017, 7:04 AM
Mark Lesniak
Mark Lesniak - avatar
+ 5
the feeling where you know you have input a correct code but it gives you an error, and you still can't find the bug
27th Jun 2017, 9:06 PM
DeroG
DeroG - avatar
+ 3
for me it was Static class members and Static Member functions in C++
12th Jun 2017, 6:16 AM
Paavan Gupta
Paavan Gupta - avatar
+ 3
In my personal opinion its string manipulation, most of the time I mess up the syntax :D
12th Jun 2017, 7:21 AM
Gaurav Sukhatme
Gaurav Sukhatme - avatar
+ 2
In my opinion it's dealing with errors, finding an error within a long script.
12th Jun 2017, 4:46 AM
Ajay Gonzalez
Ajay Gonzalez - avatar
+ 2
I think it depends of what you do and with what you do it. I have often difficulties with logic (for collisions for example). Sometimes it can be with the data structure itself. It can even be just finding what to code. And debugging of course. Sometimes I have difficulties with some of those points while I find the others easy and it shuffle from a project to another.
12th Jun 2017, 5:19 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar