Ask HN: For those programming 10+ years, what do you wish you knew 4 years in?
11–20 of 538 posts
Re: Ask HN: For those programming 10+ years, what do you wish you knew 4 years in?
#12- Don't use the next big thing before actually understanding the benefits only because someone else tells you to. (Looking at you, Angular and Docker!)
- Stay away from programmers who have strong opinions about certain things. Most of them can't back them up with skill.
Re: Ask HN: For those programming 10+ years, what do you wish you knew 4 years in?
#13Other than that, practice, practice, practice. And get out of your comfort zone when you practice, don't just do things that are easy for you. You are only learning when it is hard and it makes you wonder if you might be stupid.
Re: Ask HN: For those programming 10+ years, what do you wish you knew 4 years in?
#14Re: Ask HN: For those programming 10+ years, what do you wish you knew 4 years in?
#15- Languages and frameworks don't matter. There's a closed set of concepts they're all reusing. Especially if it's hot shit: that means someone mined ideas from 30 years ago.
- Most problems tend to fall not to cleverness, but to compute power and the right glue. See previous two points.
- Everything is a tradeoff, everything is a moving target. Programming is about the battles you choose.
Re: Ask HN: For those programming 10+ years, what do you wish you knew 4 years in?
#16Re: Ask HN: For those programming 10+ years, what do you wish you knew 4 years in?
#17Re: Ask HN: For those programming 10+ years, what do you wish you knew 4 years in?
#18If you think you are in for the long haul then please buy a standing desk!
no point knowing how to code a web server in 6502 assembler if it hurts every time to sit in front of a computer.
Re: Ask HN: For those programming 10+ years, what do you wish you knew 4 years in?
#19Re: Ask HN: For those programming 10+ years, what do you wish you knew 4 years in?
#20If everyone are using X, don't go with just Y because it is slightly more elegant or efficient.