I have stupid naming problem.
I have stupid naming problem.
I have class with two methods. Both have same signature and do the same thing but one eats up all exceptions and other does not.
I don't know how to name them in order to convey that difference in behavior.
For instance:
function Load: string;
function LoadSafe: string;
I have class with two methods. Both have same signature and do the same thing but one eats up all exceptions and other does not.
I don't know how to name them in order to convey that difference in behavior.
For instance:
function Load: string;
function LoadSafe: string;
Comments
Post a Comment