On 26 April 2012 20:59, Krinkle <[email protected]> wrote: > > Another aspect that is often inconsistent is that some people prefer to > uppercase primative types (so instead of "string", "array", "Title", they > use > "Mixed", "Number", "String", "Array"). I find that somewhat confusing, but > not > sure if we should enforce that in the conventions. >
This gives me not-entirely-pleasant reminders of "string" verses "String" in C#... Another thing that's worth thinking about is how to indicate that the variable is an array of some uniform type. We have a lot of "Array(Title)", etc; but my IDE at least doesn't catch all that information and only type-hints as far as it being an array. It prefers, and fully parses, the syntax "Title[]"; but does that work in Doxygen? --HM _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
