|
|
|
|
|
by glenda
4317 days ago
|
|
Writing too much code can make you a worse programmer. The real way to get better is to pick an area of study and research the shit out of it, even non-technical aspects if applicable. Go back as far as you can and read every canonical book you can find on the subject. Even if it's outdated information, it will help you see how we arrived where we are now (as long as it's not a purely technical reference). Read those things until you feel some things click in your head. Then go back and try to write some code. This might be difficult to do while in school though. I'm sure you're doing a lot of reading already. |
|
Write code first. Write code until your programs collapse under their own weight. Then go out and read what the masters have written. You'll understand it much better when you have personally faced the problems that they were facing.