Browsing articles tagged with " Automation"

Generating Software Diagrams

Jan 13, 2012   //   by Ray Mitchell   //   Blog  //  No Comments

Introduction

In this post I’m going to describe how to automatically generate diagrams from source code.  I’ve found that diagrams provide the quickest path to understanding how a piece of software works.  Diagrams also provide a great means to discuss software at a high level.  They’ve proven invaluable in the software development and software consulting work I’ve done.

Often diagrams are created by hand.  Unfortunately hand-crafted diagrams are prone to manual mistakes and falling out-of-sync as the source code changes.  Many IDE’s can automatically generate diagrams from source code on the fly, but sometimes your IDE doesn’t provide the diagrams or options you want.  Being able to generate your own diagrams will give you the ability to create exactly what you need when you need it. Read more >>

Recent Posts