Build, Integration tools
Build, Integration Tools :
These tools help the developers in generating cohesive, usable software by integrating telavent programs, sub-programs and bindings. The tool uses the rules of integration, often specified in XML format to go about the process of building the software. 'make' and Apache Ant are examples of build tools.
ILDASMDC
ILDASMDC is a tool that helps you to keep the (static) architecture of a .Net software clean. You specify allowed dependencies between namespaces, classes, or even methods, and ILDASMDC will check whether the dependencies are violated somewhere. You will use this in Nightly Builds or Continuous Integration Builds to prevent the introduction of unwanted dependencies.
Ideally, the software architect will specify the intended dependencies (or rather, dependency rules) for some module before code is written. However, by creating a diagram of the dependencies, it is also possible to explore and document the dependencies of an existing piece of software. Both ways of proceeding are especially useful to prevent the dreaded cyclic dependencies, which usually result in a tangled monolith of interdependencies, making a software unmaintainable in a quite short period of time.
ILDASMDC has proven its usefulness (and stability) in a project of 25 developers with now more than 2 million LOC.
visit
ILDASMDC
ILDASMDC was visited : 170 times
Loading .....