Search code examples
phpdiagramvisiodia

Using Visio (Dia) to Map Out Algorithms


I was just wondering how many experienced programers out there actually map out their process or algorithms in a program like MS Visio or Gnome Dia?

I am trying to code some complex PHP for my website and just seem to be missing something. Is a diagram program going to help or should I be looking in another area?


Solution

  • I use Visio only for quick graph that doesn't need to follow UML rules. Sometime useful for documentation that aren't about the detail of the code : if you need to show some high abstract view of your code, Visio do the job, Example, documentation that display how each big part communicate, or a simple activity diagram...

    You can find a SO list of free UML editor if you require to do intensive UML design.