Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Coffee corner » What are your development phases?
Re: What are your development phases? [message #34507 is a reply to message #34485] Sat, 26 November 2011 13:04 Go to previous messageGo to previous message
dolik.rce is currently offline  dolik.rce
Messages: 1791
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

I'm kind of an anarchist in this Smile I don't have any stable workflow, I just do whatever I feel like at the moment. Most times I start with implementing the main feature, and then wrap the GUI around it later. But sometimes I do exact opposite - design GUI and then write features in it, one by one. It usually depends on what part of app I have clearer idea about Smile

In any case I test a lot. Not really test-based development, just trying manually if the code behaves as expected. Thanks to U++ build system I can afford to rebuild every couple lines Smile So in general I can sum it up as:

1. write minimal buildable code (plain Top window or single function call in CONSOLE_APP_MAIN)
2. build and see if it works
3. add/improve feature (just a couple lines)
4. go to 2

I don't paint lines&boxes... If I need to see the code organization, I use Doxygen afterwards Smile The design phase happens only in my head, on the go.

Honza
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Facebook or Google+?
Next Topic: Oracle E-Business Suite 11i: mass upload employee photo
Goto Forum:
  


Current Time: Sun Jul 06 03:33:12 CEST 2025

Total time taken to generate the page: 0.03278 seconds