GameboyHippo wrote:
> Ideas like that make my job that much harder. I'm constantly porting
> old code to new code. Comments are crucial. Maybe not a comment for
> every line of code, but perhaps something at the beginning of each
> code item that is public (such as functions and classes). Trust me,
> I'm not a guru in every business out there so sometimes I need
> comments to explain a business rule or two.
BTW, I'm sure your member functions are riddled with:
this->andThat;
c'mon, admit it. Do you really use (this->). is the point the
previous
poster made really valid?