Ask HN: What are you working on to become a better programmer?
41–50 of 95 posts
Re: Ask HN: What are you working on to become a better programmer?
#42Re: Ask HN: What are you working on to become a better programmer?
#43I'm a so called "scientific" programmer. Yeah, one of those. ;-) A real software developer joined my team of researchers. By agreement, his job is not to be a code jockey for us, but to work on his own software related research projects. Still, I've asked him to watch what I'm doing and suggest ways to improve my skills. Meanwhile, he gets a guinea pig to try out ideas for what works in a research setting.
Re: Ask HN: What are you working on to become a better programmer?
#44Re: Ask HN: What are you working on to become a better programmer?
#45With every project, I'm always learning something new. I went from building projects with dozens of files to less than 10 and try to keep it to just a single page. I went from spending months on projects to spending no more than a month on a single project, sometimes taking up to just two weeks to complete. I think it's the lessons of sticking to the logic and getting straight to the point with programming. If there…
I really like your thought about cutting down the files. I find it’s a really good practice to write and make cheat sheets. This gets me into the habit of removing all the extras and try to get the core idea in a single file.
He is an extreme proponent of writing very terse, compressed code in as few files as possible so as to enable him to read/mentally execute more of his program in a single screen/page and without too many context switches.
Re: Ask HN: What are you working on to become a better programmer?
#46I start checking out around 5 and wrap up for the next day. Then I hang with the family and try to have a chill evening where I can detach my brain from the code I wrote earlier in the day. Once everyone has gone to bed, I like to fire up my personal laptop and work on side projects or whatever until like midnight.
I lurk in developer Facebook groups and subreddits daily, and watch YouTube videos on any topics I need help with.
Recently I’ve been working on a little open source side project that is a cool frontend developer tool for building react apps. It’s based on an email conversation that I’ve had with dang, and I plan to do a Show HN soon to get more feedback.
Re: Ask HN: What are you working on to become a better programmer?
#47Playing Factorio!
Re: Ask HN: What are you working on to become a better programmer?
#48I work on contract Monday through Friday 9-5 as a senior lead developer, and I give them whatever they need. I start checking out around 5 and wrap up for the next day. Then I hang with the family and try to have a chill evening where I can detach my brain from the code I wrote earlier in the day. Once everyone has gone to bed, I like to fire up my personal laptop and work on side projects or whatever until like midn…
Git repo’s in my bio.
Re: Ask HN: What are you working on to become a better programmer?
#49Also a friend of mine asked me to write him an application for his business. I'll it as a challenge to learn Qml, SQLite, and CMake/Conan.
[1]: https://www.manning.com/books/c-plus-plus-concurrency-in-action-second-editionRe: Ask HN: What are you working on to become a better programmer?
#50I know over 21 programming languages since 1979. What I lack is algorithms and object oriented programming.
You have:
- Head First Object-Oriented Analysis and Design, and
- Head First Design Patterns.