Using Comments:
Give comment lines then and there in your program (possibly for functions) so that a third person viewing your program will feel at his ease to understand it when he goes through it.
Saving the program with proper file name:
Following this tip will be most needed for searching the correct program when it is in a bunch of several programs, say when it is in a folder like ‘bin’.
Indentation:
Indentation is nothing but giving appropriate spaces for separate modules or blocks in your piece of code. Only then, you will feel easy to have a glance on it. In simple words, it improves the readability of your program. See the illustration below.
naming conversion is the main thing in your program. you cant understand its real meaning unless you are managing a big application.
ReplyDelete