The Reality of Starting to Code
|| The Reality of Starting to Code || The reality of coding that no one talks about. Not enough people talk about the reality of learning how to code. Some may say that coding is just learning another language or just telling the computer what to do. This is intended for people who program and want to relate and people who are interested in learning more about the life of programming. First starting out fresh in school I thought I would be struggling the most with learning the languages like C++ and Python. This is still true as I'm always learning more of the language however I feel like most of my time is done with debugging. I feel like not enough people talk about debugging and how it's the worst thing going through your code and finding out it's not working from a missing { or different named variables. The reality of coding is wasting hours of your time looking through your code wondering why it's not working, and searching the web with error codes only to ...