Thread: programming theory question

  1. #1
    Registered User
    Join Date
    Oct 2005
    Posts
    133

    programming theory question

    hi guys, I was just wondering if when using incremental development for programming is a design stage still involved?

    Thanks.
    Last edited by 182; 04-20-2006 at 04:35 PM.

  2. #2
    User
    Join Date
    Jan 2006
    Location
    Canada
    Posts
    499
    Sure. Every good program made has had a design stage. You need to figure out what to put in a program, how it's going to look (even if it's command-line based), and generally what it's going to do. Using incremental development does not change it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. another do while question
    By kbpsu in forum C++ Programming
    Replies: 3
    Last Post: 03-23-2009, 12:14 PM
  2. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  3. opengl DC question
    By SAMSAM in forum Game Programming
    Replies: 6
    Last Post: 02-26-2003, 09:22 PM
  4. Theory question...
    By Imperito in forum C++ Programming
    Replies: 1
    Last Post: 01-01-2003, 05:58 AM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM