Connecting the dots….
Remember that being agile does not shield you from prematurely drawing a picture of a horse’s ass instead of an elephant. (source)
Remember that being agile does not shield you from prematurely drawing a picture of a horse’s ass instead of an elephant. (source)
Today I ran across a circular dependency problem that occurred in a Maven multi-module Eclipse WTP project, while everything went fine when deployed on Tomcat. So I decided to plot a dependency graph with a DOT file and visualize it … Continue reading
Yesterday, I joined Xebicon, and was listening to a presentation about ‘Stop drawing diagrams: code your diagrams‘. One of the things mentioned was visualising you architecture using the DOT language. It was pretty new to me, so I decided to … Continue reading
Wouldn’t it be nice if we easily could trace the impact of a change in a requirement? Lately I was faced this question, and spent some thoughts on it. For example, regarding Java code, we might use an annotation like … Continue reading