Module talk:Convert: Difference between revisions

Content deleted Content added
Line 130:
::::I hear you, but I will offer a suggestion that applies to most code that I write: search the module to see if "mcode" is used somewhere else where there might be an explanation. I know that's not answering you, but it is a practical suggestion that will help in my code perhaps a quarter of the time. Re "cvt_": I wanted a unique prefix so that all the message codes could be found with a search, and while "msg_" would have fitted that description, I picked "cvt_" because it is very easy to find reasons to use "msg" in a program, and conceivably also "msg_". The "cvt_" is to indicate a ''convert'' code (perhaps later I would have found reason for other kinds of codes, and used a different prefix for them). The first usage of "cvt_" in the module explains that it is a string used as a key to get message information. I remember your advice about "don't explain", and am mentioning all this to show my reasoning, not in the hope that you will agree.
::::I fixed the bug that used to be shown above when "warnings=xxx" is used in a convert. [[User:Johnuniq|Johnuniq]] ([[User talk:Johnuniq|talk]]) 10:09, 21 September 2013 (UTC)
:::::Thanks for replying. -[[User:DePiep|DePiep]] ([[User talk:DePiep|talk]]) 12:29, 21 September 2013 (UTC)
 
==boolean==