As we speak, I'm maintaining some old code with the following variables names:
- CommandRec - Command - Comm - Com
I'm having a hell of a time finding all instances to rename them properly.
I understand that some programmer interfaces are better than others hanlding this, but that belies my main point:
"Just name shit what it really is."
Cmnd
Cmd
Command
RecCommand
(Couldn't resist that last one)
As we speak, I'm maintaining some old code with the following variables names:
along with the fact that some of these are reused for different purposes and all are global.I'm having a hell of a time finding all instances to rename them properly.
I understand that some programmer interfaces are better than others hanlding this, but that belies my main point:
"Just name shit what it really is."