+ 4
What is the most difficult part in programming.
6 Antworten
+ 5
naming variables... lol
+ 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
+ 3
for me it was Static class members and Static Member functions in C++
+ 3
In my personal opinion its string manipulation, most of the time I mess up the syntax :D
+ 2
In my opinion it's dealing with errors, finding an error within a long script.
+ 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.