|
|
|
|
|
by kurtfunai
4928 days ago
|
|
For roughly the first year when beginning to learn to code, I refused to use an IDE or any editor that had intellisense. The result was having to remember the syntax of different languages, method names, etc. I was in college at this point, so it made spotting syntax errors easy for multiple choice questions or debugging on tests. I also approached coding problems on paper before typing a line of code. This helped to grow how I approached problem solving, rather than whether the page would run properly or not. If I were to start fresh I'd still take the same approach. I'm a huge believer in repetition for remembering, and writing out code rather than copy/pasting or have it be autocompleted, eventually pays off. |
|