|
|
|
|
|
by jihadjihad
3045 days ago
|
|
Until a few weeks ago I had never bought a programming book, instead electing to learn on the job. I've noticed that since I'm not a novice programmer anymore, by far the most efficient way to learn is to use the method in the article. I've been working through K&R C and have been doing exactly what the article says--read the code, understand how it works, then write it. When it breaks, go back and learn why. After a few exercises, you'll find yourself adding your own flair and style, which is essential for your growth as a programmer. Plus, it's a much more fulfilling feeling of accomplishment when you can create something from scratch, rather than copy-pasting. |
|