Thursday, 29 August 2013

Tips for writing writting an good program in programming language

1.Know your objective

2.Draw an outline of your problem

3.Divide the problem into different small modules

4.Implement each module at once and individually and check if its working according to the specifications

5.If your program has to meet high specifications like(your logic should work for 1billion numbers,your app should run on any type of system........) first neglect it and and try to implement it sucessfully for small logic

6.Integrate all the modules int the order

7.Try  to compile the full program......

8.Then extend your program to high level or universal level that should meet its full specifications

No comments:

Post a Comment