Static Analysis and Generated Code
In recent months, I’ve been thinking about the problem of static analysis in generated code. Static analysis means using tools like FxCop and NDepend (for .NET apps) lint (for C) and CodeHealer (for Delphi) to find potential problems in your source code. Generated code is code written not by a human being, but by [...]
Also tagged codehealer, finalbuilder, fxcop, msbuild, ndepend, static analysis, stylecop