On the Functional Apex of Mainstream Build Tools in .NET
Wordy title. To wordy. Kind of like build files these days. I remember when I first discovered Ant, and then Nant*. I was pretty happy, as it allow a decent way to compile my Java (and C#) without using make files. Life was good as I could finally introduce some structure into HOW code was compiled. The build process was no longer using whatever “build” command the IDE exposed, hoping that I didn’t forget a compiler directive or a file or a reference to some other library along the way. Other programmers could also compile the code with out fear as well.
