Objective C naming convention for method performs an action and returns a value
问题 I have a method that performs an action and returns a value. For example from the input number it will update class's input history, then generate and return an input record. So how do I name this method? I think even C has this problem, e.g. fopen function does open a file and return a handler. But with Objective C convention it seems difficult to name the method. From apple document for cocoa name convention and also from this article cocoa with love They both said " If a method performs an