|
|
|
|
|
by ecaroth
5624 days ago
|
|
programming is not about being able to memorize language-specific syntax or function calls. If the book has good exercises, by all means do them - But rarely will you find yourself in a situation where you don't have a book, the internet, etc to reference specific functions. Best approach to tackle self education is CS? Just start making stuff. Who cares if somebody already made it. Who cares if nobody will ever see it. I know it goes against the programming mantra of "don't repeat yourself" but there are many times when a jquery plugin or open source piece of software existed to do something I wanted... yet I rolled my own simply for the joy of learning how to do it. Build yourself a blog from scratch, for example. And if you plan on programing for the web, read this:
http://stackoverflow.com/questions/72394/what-should-a-devel... |
|
With that said, I think the best way to self study theory is to pick a university course that has posted materials online (MIT OpenCourseWare comes to mind) and try to finish it. To do something like that takes a lot of determination, but I think it could be well worth the effort in the end. Good luck!