Modeling for the Home Programmer
-Justin
Even if you are doing informal programming, modeling can help you a lot. You don't have to necesarily purchase a modeling tool, because you can start by utilizing paper and pencil.
At this point, it is more important for you to learn or understand a standard for the type of model you might be using. For example, if you will be using uncomplicated databases in your programs, you could manually draw an ER diagram; if you are coding simple procedural programs (i.e., not object oriented) depicting a process, SDL and/or dataflow diagram might be more than enough.
If you have enough budget or resources to purchase a modeling tool, MS Visio is a very complete one, because it has a great deal of modeling options useful to code programming (from database models, through process structure/flow diagrams, and even UML models), in addition to models for business, mechanical and electrical engineering and several other charts.
Luger
Hi,
I have similar kind of question and your answer very satisfactory, But before starting to use MS Visio, can i see some examples where some data flow diagrams or UML models are shown for simple database applications. Please provide me with some link.
Also, isn't any visual modeling tool included in MS Visual Studio 2005?
Thank You.