Article: Incremental Programming

Incremental Programming

Programming Help for Beginners



Many novice programmers start a program with a ?big bang? approach, meaning they want to write the whole program in one step and then only they would try to compile and run. However as humans we make many mistakes when programming, especially given that we have to use a programming language to do the job and most programming languages differ drastically from natural languages. Because it is very likely that we would make mistakes, we have to ensure that we leave room so that we could easily identify the mistakes we have made.



Incremental Programming Helps



The solution to this situation is to adopt an incremental approach in programming. The idea is to keep building your code using several small working pieces. The ...
 

View Article:
Incremental Programming

Back To Articles Directory Listing Page

Home | Back To Articles Directory

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2006. All rights reserved.