CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2008
    Posts
    31

    Software development methodology

    Hey People
    What is the best Software development methodology in your opinion to build a RTS game???

    I feel a pure Object oriented design will be better than spiral or incremental or prototyping. What are your thought
    Thanks

  2. #2
    Join Date
    Apr 2005
    Location
    Norway
    Posts
    3,934

    Re: Software development methodology

    I find those methodologies somewhat mixed up. Object oriented design relates to how you structure your code, whereas the others relates to how you manage your project.

    - petter

  3. #3
    Join Date
    Oct 2008
    Posts
    31

    Re: Software development methodology

    Say you have a small project with about 2 or 3 people. Is there a point to using project management methodologies???
    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured