Hacker News new | ask | show | jobs
by nekopa 4928 days ago
I find that I am reading too many great programming books at the moment. I never get to the writing better code after part, as I find an even better book to read. the simple metric is meant to only be useful in that it gets me coding. I am working on something interesting at the moment, (TAOCP) but the learning I need to do to complete the books is going to keep me (happily) tied up for years - as I am trying to make sure I completely understand everything I those books. I am just looking for something to kept me coding while I go through the process.
1 comments

http://projecteuler.net/ is fun. You write programs that yield an specific answer. Paste the answer in to find out if your solution is correct. I clicked around and worked on the questions that seemed the most interesting.

In terms of books, TAOCP may be a bit more general than what I was thinking of. I assumed you were getting back into programming to make something specific. What sort of software do you plan on working on? Answering that question first may help you spend your coding time more effectively.