Algorithms we develop software by
🔗 a linked post to
grantslatton.com »
—
originally shared here on
I started a new job as a software engineer last month.
It’s the first job I’ve ever had where all I need to do is write code. I don’t need to worry about finding customers, protecting the company from lawsuits, ensuring the product is the correct product to build, or making payroll.
All I need to do is write code.
This is the first time in my career where I can actually focus on the art of writing good code.
I came across this article from Simon Willison’s blog, and boy, there are a lot of great pieces of advice for folks in my position here.
As a junior engineer, there's simply no substitute for getting the first 100K lines of code under your belt. The "start over each day" method will help get you to those 100K lines faster.
You might think covering the same ground multiple times isn't as valuable as getting 100K diverse lines of code. I disagree. Solving the same problem repeatedly is actually really beneficial for retaining knowledge of patterns you figure out.
You only need 5K perfect lines to see all the major patterns once. The other 95K lines are repetition to rewire your neurons.