Good Function Naming !

Some of the things good programmers do are simple to explain, simple to understand and simple to implement but are still frequently not followed by novice programmers or studendents. How about this tip for naming of functions / procedures? The name should reflect what they do, not what they are used for.

Think about this. And then look at some of your own old code…..