Does anyone else here like to write code or talk about writing code or am I just weird? I really enjoy developing and getting to spend time writing code as well as learning about different programming languages. I would not call myself an expert in the matter, but I really enjoy learning about different languages and using them to try and solve a problem that I've come into.
It's really interesting to me to sit down and go through the process of breaking down what my goal is and the steps needed to achieve it. I've found too that a lot of times the biggest problem is not actually writing the code but understanding what the actual problem is and how it is I can actually solve it. Sometimes the actual process of breaking each step down into simpler steps is where I fail.
There's also that satisfying moment when you compile the program and it runs. There's this almost eureka moment that I get when the program runs as intended especially after bashing my head against a wall trying to figure out why I keep getting the same error time and time again. There have been times where I've spent several hours on a single sub-routine to try and get it to work and then when I finally have that bit of code working I get that feeling for just a moment. Those little moments for me push me to keep going through the program to try and make it work and then when it all finally comes together it's such a satisfying moment.
It's really interesting to me to sit down and go through the process of breaking down what my goal is and the steps needed to achieve it. I've found too that a lot of times the biggest problem is not actually writing the code but understanding what the actual problem is and how it is I can actually solve it. Sometimes the actual process of breaking each step down into simpler steps is where I fail.
There's also that satisfying moment when you compile the program and it runs. There's this almost eureka moment that I get when the program runs as intended especially after bashing my head against a wall trying to figure out why I keep getting the same error time and time again. There have been times where I've spent several hours on a single sub-routine to try and get it to work and then when I finally have that bit of code working I get that feeling for just a moment. Those little moments for me push me to keep going through the program to try and make it work and then when it all finally comes together it's such a satisfying moment.