views:

48

answers:

2

what to use for application planning/modeling? i want to create something like ...

ClassName

  • Variables ...
  • Functions ... what the functions do ...
A: 

Even Visio will do it.

The good old Rational Rose as well.

The class designer built in Visual Studio.

Or just a piece of paper and a pen.

Even better: just start coding. You can't plan what you will need in advance.

Developer Art
A: 

You are looking for Unified Modeling Language(UML) software. I had to use System Architect in college. It seemed bloated but did produce the models similar to what you are looking for.

I haven't tried it, but you might take a look at Umbrello.

I use Visio, a white board, or a piece of paper anymore.

Dave