f_ as safe function naming?
Posted: Wed Feb 10, 2016 3:52 pm
You have promised that as long as we use p_ at start of name of our functions, they will never collide with any command name in future.
However, now that i have started using variable, string$, t_table - as naming, it would be quite natural for me to use f_function naming as well to make it clear during programming what it is about.
What i am thinking is to use f_function for functions that i keep using from program to program, and then p_function for the ones that i have made to be used in that specific program. Since those f_functions tend to be such things that they are often commonly used very much like commands to do some simple tasks, I think it would help naming them as f_function.
So is it possible for you to add f_ naming as one of the never to be colliding with command namings?
However, now that i have started using variable, string$, t_table - as naming, it would be quite natural for me to use f_function naming as well to make it clear during programming what it is about.
What i am thinking is to use f_function for functions that i keep using from program to program, and then p_function for the ones that i have made to be used in that specific program. Since those f_functions tend to be such things that they are often commonly used very much like commands to do some simple tasks, I think it would help naming them as f_function.
So is it possible for you to add f_ naming as one of the never to be colliding with command namings?