Some suggestions for programmers

1. Increase your typing speed : Improve your typing speed by learning how to touch type ( typing without looking at the keyboard ). Believe me it is easy, and it will help you a lot. It can save a lot of time which is lost while looking at the keyboard.

2. Learn to use Google appropriately :  The main problem with many programmers out there is they don't use the best resource they have to solve their problems : GOOGLE. Search for only relevant text of your problem, google will do the rest. Try to open links only pointing to some famous sites such as stackoverflow, w3schools etc.

3. Do not reinvent the wheel : There are tons of libraries at your disposal that can be used to make your program more concise and efficient, both performance and logic vise. And most importantly the libraries contain codes which are in the best optimized condition, something an amateur programmer cannot write by himself.

4. Comment your Code : NEVER forget to comment any logical block of your program. It may seem easy to understand at the moment, but after some time when you will forget the program, the code will seem alien. Try to write the comments such that when anyone other than you reads the code, will be able to correctly identify what the code does.

5. Do major Projects : Do a major project on any new skill you learnt. Not only will it get you a firm grasp on the skill, it will also make you aware of the problems that may creep while developing, and some new functions that you may use later.

Comments

Popular posts from this blog

WebGL - Perspective

WebGL - Orthographic 3D

Cursor and Serial Ports