On Fri, Jul 30, 2010 at 12:29 AM, Max Semenik maxsem.wiki@gmail.com wrote:
Message::get(), which I already mentioned.
Or, better yet, Msg::get(). wfMsg() is one of the most common functions in the codebase. Common functions need to be easier to write, because they're written more often; but can be harder to read, because you see them enough that you quickly remember what they do. The meaning of "Msg" is pretty easily guessable, too; I don't think anyone will assume it refers to monosodium glutamate.