|
|
| | Ask HN: What's the one thing that let you grow the most as a developer? | |
374 points by main_c on March 3, 2017 | hide | past | favorite | 243 comments
|
| | For the last two and a half years I've been developing computer vision algorithms for a proprietary embedded platform in C. Without a proper CS degree (my bachelors and masters were in mechanical engineering), or experience (Stuck writing a very limited subset of C i.e. no malloc(), free(), libraries etc etc), I don't have the confidence to call myself a developer. So I was looking for avenues to maybe improve my skills and knowledge. So in short I'd like to ask, what one thing let you grow/learn the most as a developer? |
|
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
You need to go through at least three Design-Ship-Support cycles of the same product to really appreciate what good coding practices are.
If you're like one-of-many in a project and never really have responsibility for anything I would strongly recommend some external work where you are in total command of everything. I was stuck in a position without that for too long.
------------
By the way: you say you just know C. But how many developers out there feel bad about their skills because they don't have C skills? C is the beginning of everything, everything is built on top of it.