Ask HN: What is your best advice for a junior software developer?
191–200 of 460 posts
Re: Ask HN: What is your best advice for a junior software developer?
#192Re: Ask HN: What is your best advice for a junior software developer?
#193Its called "self.debug - An Emotional Guide To Being A World Class Software Engineer" - you can download it here (its free) - https://leanpub.com/selfdebug
Feel free to provide feedback on twitter to me.
Re: Ask HN: What is your best advice for a junior software developer?
#194Re: Ask HN: What is your best advice for a junior software developer?
#195Re: Ask HN: What is your best advice for a junior software developer?
#196do not burnout I know you are young and you feel like you're invincible. I know you can pull an all-nighter and work the next day just fine. We have all been in that situation and believe me, it is gonna take a toll at your performance ... and it could even trigger or help you develop some health issues in your life that can sabotage you down the line. Realize there's only so much progress one can do in the day. Stop…
Re: Ask HN: What is your best advice for a junior software developer?
#197Read the error messages. Reread them. Extract every piece of information from them. Never close an error popup without having read and understood what it means. Always read stack traces when you're blessed enough to have them. 100% of the juniors (and an awful lot of seniors) I've ever trained simply ignore those and then come ask for help debugging. 99% of the time, the explanation for their problem is literally the…
While there is a reason why it did so, those are error messages which are quite hard to understand the first few times they occur to you.
Nevertheless, those lousy error message should be exceptions nowadays, and if you are using decent technologies, the chances are much higher, that you just didn't read the error message not careful enough to understand the problem.
Re: Ask HN: What is your best advice for a junior software developer?
#198do not burnout I know you are young and you feel like you're invincible. I know you can pull an all-nighter and work the next day just fine. We have all been in that situation and believe me, it is gonna take a toll at your performance ... and it could even trigger or help you develop some health issues in your life that can sabotage you down the line. Realize there's only so much progress one can do in the day. Stop…
Sometimes I worry that I've never once felt a desire to do this.