DEV Community

Discussion on: Advice for Developers in the Early Stage of their Career

Collapse
 
scottshipp profile image
scottshipp

10 years for me, or 8 depending on if you count my early stint as an SRE/maintenance programmer fixing bugs.

My two biggest takeaways are:

  • Prove that it works with tests, or expect that it doesn't

  • Plan out small discrete iterative changes you can complete in a day, and commit them every day