[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: Free Dog meeting report: Notes on the topics we discussed
On Saturday 17 September 2005 09:38 pm, DJ Delorie wrote:
> At this point, it's like I've taken it apart and all the little pieces
> have spilled all over the floor, and I'm not sure which ones to pick
> up first.
A tip that I thought was good advice from the Embedded Systems Conference.
When you are doing a project build by features, rather than the more common
methods.
After you have the underlying infrastructure of a project built you start
adding features one at a time. Each feature is worked on until it is 100%
complete. This means that you can ship the project at any time, tho
it may not do much at the start of the feature list. The common alternative
development method is usually a lot of half done 'stuff' that has lots of
bugs.
Myself I'd start with the File/Load feature...
A good requirements list is always good to have at the start of the project as
well.
> At least it's a fun mess ;-)
The best kind.