Analytics


Google

Friday, March 28, 2008

Flow Chart Utilities - DIA vs Visio

One of the key things we need to do as programmers is to draw flow chart, for this I found Visio to be invaluable. However, for those on a budget there are several options available - there are some free tools available, the ones I have tried are DIA and Open Office Draw.

DIA
The screenshots are here.
I found that this is a very rich tool which allows you to perform various kinds of flowcharts. It also a lot of galleries to help with the various diagrams.

Pro:
  • Very powerful
  • Rich selection of galleries.
  • Easy to use.
  • linking of objects for the lines are easily done.
Con:
  • Not easy to do a database diagram (needs to be done manually)
  • Cannot write notes on the line - have to add a new text object to do that.
OpenOffice Draw

OpenOffice Draw is a component of OpenOffice. It is able to draw the basic flow charts and provides those shapes. However, it lacks the other shapes for all the other types of charts.

Viso

Microsoft Visio is much more complete. If you go to the higher end version, you can even do things like reverse engineering your database tables or generate scripts to create the required tables. It is also able to scan your network to create a diagram of your network devices. These are things that you may need when documenting your projects.

Side Note

If your purpose is just to create UML from your application, you can do it directly using:
  • the class designer in Visual Studio 2008
  • directly from Netbeans or Eclipse (if you are using Java) - there are free addons that will do that for you.

1 comment:

supplements said...

Here are some of the ways flowcharts are used:
* Documenting a business process
* Optimizing a business process
* Training new employees