in reply to RE: RE: RE: Code Maintenance
in thread Code Maintenance

I would recommend Code Complete for basic coding style, variable names, etc.

It is the little things that I found incredibly useful. Like the advice to make the names of flags be yes/no questions so you don't forget whether it is supposed to be true or false.