+ 5
The Most Challenging Task in Programming
As a professional, practising or newbie programmer, what do you find as the most challenging task of the trade? Be specific. Be sincere, pls.
4 Respuestas
+ 11
Debugging. But I dont know if challenging is the right word. because so far the errors have been caused by simple errors made by myself and once found are very very easily fixed.
I would say frustrating is the right word. Finding after like 20 minutes of backtracking that you are missing a break statement, or are accidently assigning a value in an if statement.. that said it is also really the most humbling and satisfying aspects I have found so far in my journey.
There is nothing better than the feeling you get when solving your own code errors.
+ 10
reverse engineering a software.........
its the hardest part of programming!!!!!!
+ 6
I think most challenging part of a program is to understand the logic and use the logic.
+ 5
Avoiding boredom with larger projects