After many years having SQL as *part* of what I do, I recently started doing SQL *only*. Pretty hard-core stuff implementing full business logic and all that at database level.
However, I found the existing code to be very confusing. It's complex, have little or none comments, it's inconsistent, etc.
I was thinking of starting to use some kind of tool that enforce rules (like StyleCop for C#) and was wondering if anyone know a good (hopefully free) one?
View Complete Post