things like that
Ask HN: What habits made you a better programmer?
1–10 of 103 posts
Re: Ask HN: What habits made you a better programmer?
#2Recently it was jQuery and the Play! Framework -- for the longest time I was trying to think of some "grand" project that I could write to use them all together and become the master of all that is web... then a year went by and I continued to try and figure out what this ultimate project would be.
What a waste.
Then one Saturday I was bored and sat down and wrote a simple collection of AJAX utilities that do the most basic crap that anyone could write - using those two technologies. It helped get me over that hump and I learned a lot about the two techs I was curious about.
I went ahead and stuck the utils online for anyone to use and moved on with my life.
It was a great exercise for me, and a method of write/release I plan on using from this point forward for just about anything.
Re: Ask HN: What habits made you a better programmer?
#3Re: Ask HN: What habits made you a better programmer?
#4Plus if nothing else, you'll be able to do that task much faster the next time.
Re: Ask HN: What habits made you a better programmer?
#5Re: Ask HN: What habits made you a better programmer?
#6Learning. I'll probably be in the middle of learning something new and interesting the day I die. Some on here will disagree with me, but I'm a huge advocate of learning at the expense of doing. Spend time to learn how to not only do something, but do it well . After all, most programming tasks are only useful for a limited time. Knowledge is usually useful for much, much longer. Sometimes I'm surprised at how useful…
Re: Ask HN: What habits made you a better programmer?
#7Re: Ask HN: What habits made you a better programmer?
#8Learning. I'll probably be in the middle of learning something new and interesting the day I die. Some on here will disagree with me, but I'm a huge advocate of learning at the expense of doing. Spend time to learn how to not only do something, but do it well . After all, most programming tasks are only useful for a limited time. Knowledge is usually useful for much, much longer. Sometimes I'm surprised at how useful…
to add to that.. reading. I spend a lot of time reading, books, documentation, forums, and blogs
Re: Ask HN: What habits made you a better programmer?
#9That might mean committing my changes more frequently, refactoring smaller blocks of code, or avoiding the temptation to fit a lot of functionality in one class/function/file.