1 Answer
<ul><li id="isPasted">Do not stress too much on programming syntax. You will forget most of it anyway.</li><li>Learn how to code. Not how to code in a language.</li><li>Master a good debugger. Think of it like solving a detective novel!</li><li>Do not forget to unit test your code. Your code is always buggy.</li><li>Do not think highly efficient code is always good. Sometimes, development cost outweighs it.</li><li>You’ll always make mistakes. Be willing to accept it and learn from it.</li><li>Start using an IDE and learn most of the shortcuts. Learning curve might be high. But once it becomes muscle memory, your …</li></ul>