UML, Flowcharts, etc...???
What process(es) do you use...do you start by performing rudimentry object discovery and fine tune as you go?
Do you use UML to define DB schemas, etc???
Cheers
Moderator: General Moderators
lolDeverlopers actually plan software development? Sounds interesting.
I find it's very difficult to do anything without knowing beforehand what processes are going to be required. Once I have them written up, it's far easier to get a rough idea of the database schema, the UI, and the backend requirements (libs, classes, other resources). Once the schema is at least partially settled it's a downhill run towards normalising it a little and composing a Model. At this stage I'll have a lot of planning notes, braindumps, and specs. I can then sit down and start coding, revising the plan if necessary (always is) but never pushing too far ahead on any area that needs sharper plans.What process(es) do you use...do you start by performing rudimentry object discovery and fine tune as you go?
PCSpectra wrote:Holy...I seen this topic and was like...whaaaa I don't remember posting this...then I looked at the date.
papa wrote:I'm interested in this topic as well.
I've been thinking about doing a mp3 file editor to rename files, change id3 tags etc. This time I would like to plan my project more then I usually do and am wondering if you use any software or just write things down on a piece of paper?
It's not a very big project but good practice for future world dominating projects.
Code: Select all
mount -t 9p 127.0.0.1 /mnt/mp3 -o port=1234