A good programming should | Necessary steps for programmer | Rule to become a programmer
1.
Paying attention to the details.
2.
Think about reusability of program.
3.
Know that computer is a stupid machine.
4.
Comment every complicated statement.
Briefly discussion about these above lines:
Paying attention to the detail:
A
programmer should give all the attention to the given problem because the
programming with C needs much attention. If any of the statement is to be wrong
there is doubt to get wrong answer.
Think about re usability of program:
A
programmer should keep in mind that the
program is come into existence due to some kind of problem. So, programmer think that the problem can come later some
time /. So the program should have the ability of re usability. Mean that the
program can use later / after some time. So programmer also keep in mind that
the program have the universality with respect to given problem (all type s of
this problem can be evaluate by same program)
Know that computer is a stupid machine:
A
programmer should know very well that computer is a machine and machine does not has brain. Like a human being computer
never think and understand. So computer always do what for which it is programed
it. A term “GIGO “ is used which mean garbage in garbage out (that means if we put garbage into the
computer then it always out as it is garbage).
Comment every complicated statement:
A
good programmer should always comment the complicated statement because the
source code is in specific type of language so after some time, there is very
difficult to find the required statement. Also there is great difficulty for supervisor
/ other prg
Comments
Post a Comment