What is the most intimidating part of coding? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is the most intimidating part of coding?

For me, there is nothing more intimidating than a blank page. I get this mini panic attack that I have no clue what I am doing or where to start. I can read code and interpret it to a certain extent. Then when I go to write my own, I am stuck. Is it a lack of motivation to solve a problem? Maybe a lack of creativity? Or confidence? I don't know what it is exactly, but I think it is like learning a new spoken language. You can understand a lot and still not know what to say... thoughts?

29th May 2017, 2:15 PM
Will Vatcher
Will Vatcher - avatar
6 Answers
+ 1
Error checking. Of course...of course there's procedures for this, but in your mind you're like "wtf, where/when/why/how are you broken!?"
29th May 2017, 2:32 PM
Sapphire
+ 1
To continue development from someone's code. Sometimes very interesting, but often quite hard when I should slash a spaghetti monster.
29th May 2017, 2:56 PM
Twelfty
Twelfty - avatar
+ 1
Will, I understand your problem, the worst part is to start especially if we lack experience, I have this book "Think like a programmer", it is aimed at beginners and basically the point of this book is that we gain confidence in programming by gaining experience and developing patterns in our brain, so don't worry, the more you will code the less scared you will be when starting something new :)
29th May 2017, 4:01 PM
‎ɐısıօլɐ
‎ɐısıօլɐ - avatar
+ 1
It definitely is debugging, especially in cases where you are not provided too much info about the enviroment (my personal example so far is manipulating C-strings in a server-client situation, essentially creating packets to send). Apart from that, maintaining a readable, understandable code. You can't just vommit that code so that it works because it's Art. You should follow at least your own guidelines as much as industry ones, like using templatization where possible (even if it creates problems, like in my case specializing it).
30th May 2017, 6:01 AM
Norbivar
Norbivar - avatar
+ 1
maybe, though I need some contact info @xperience
30th May 2017, 1:08 PM
‎ɐısıօլɐ
‎ɐısıօլɐ - avatar
0
Hey can you send me that book think like a programmer
30th May 2017, 8:56 AM
Xperience
Xperience - avatar