Advice I Wish I Knew as a Junior Developer
raheeljunaid.com
Advice I Wish I Knew as a Junior Developer
1–10 of 11 posts
Re: Advice I Wish I Knew as a Junior Developer
#2Re: Advice I Wish I Knew as a Junior Developer
#3If a junior developer complains about legacy code, or just gives up, it shows they’re resilient enough just won’t put the work in when things get hard
Re: Advice I Wish I Knew as a Junior Developer
#4Re: Advice I Wish I Knew as a Junior Developer
#5I echo the importance on working on legacy code. I think the ability to work on legacy code, and figuring out how to make changes to or refactor it is one of the hallmarks of an excellent developer in my eyes. It shows they’re resilient enough to not get discouraged easily. If a junior developer complains about legacy code, or just gives up, it shows they’re resilient enough just won’t put the work in when things get…
Re: Advice I Wish I Knew as a Junior Developer
#6my advice: treat debugging as your core competency. When you get stuck, avoid asking for help until you've tried pretty hard to solve it yourself. If your any of your peers gets stuck with an interesting problem, go help if you have spare time
Although, on the other end is people that spend way too much time attacking the problem with limited context, and then asking for help after the day is almost done.
Re: Advice I Wish I Knew as a Junior Developer
#7Re: Advice I Wish I Knew as a Junior Developer
#8Re: Advice I Wish I Knew as a Junior Developer
#9Author, if you feel inspired, would love to have you expand these and share the results.
For example, what are good ways to maintain relationships? When, if ever, should you let a relationship wither? Another example: what is a good way to get familiar with legacy code? What even is legacy code?
Re: Advice I Wish I Knew as a Junior Developer
#10Fun article! Lots of good points, each of which could be their own article. I did something similar[0] a few years back. Author, if you feel inspired, would love to have you expand these and share the results. For example, what are good ways to maintain relationships? When, if ever, should you let a relationship wither? Another example: what is a good way to get familiar with legacy code? What even is legacy code? 0:…
For your examples, I maintain relationships by checking in every month or so by text or LinkedIn. The only relationships withered are those I've intentionally broken, not forgotten about.
Legacy code is stuff that nobody wants. Whether because its slow, the programming language is dead, the patterns are outdated, etc. I get familiar with legacy code the same way I get familiar with regular code: reading a lot of it and filling any gaps I see.