Function Naming Standards
Function names should contain at least the following information:
- A three-to-five letter description of the function type (Trend, Plot, Win).
- A one or two word description of the data to be operated on (Info, ClientInfo, Mode).
- A one word action to be taken (Get, Set, Init, Read).
For example:
PlotInit();TrendClientOpen();TrendClientInfoRead();
See Also
Naming Functions
Published June 2018