Monday, February 1, 2016

How to be a good programmer?

How to be a good programmer?

This page is only for the beginners who are yet to start any programming language. To improve on any programming language, I have followed (and still following) below points.

I hope these will be extremely helpful for you.

1. Read and understand the basics of any programming language.
2. Give double time in thinking about the algorithm and pseudo code
3. Once algorithm is outlined, you can start over coding.
4. Once the coding is completed, take 1 positive test case and 1 negative test case and run through your code.
5. If it passes submit it. Or you can run through some more basic Unit Tests.

No comments:

Post a Comment