|
|
|
|
|
by secondbreakfast
2170 days ago
|
|
Daily process goals are a wonderful life skill. You can improve your writing skills by writing every day. I recommend it. But the best way to become an elite programmer is to understand complexity: when it’s okay and when it will kill you. The best way to understand complexity is to have ownership of projects that grow in size. You’ll watch the database queries start to buckle or the abstractions hamper readability or the singleton grow grossly in scope. Build things, publish them, and work on them over longer periods of time. Share them with friends. Learn from the brittle parts of the code. |
|