2015-11-30 2:10 GMT+03:00 Tony Mechelynck <[email protected]>:
> I'm not going to take sides here, just compare with some other > project: In Mozilla code (Firefox, Thunderbird, SeaMonkey), > preferences (which are user-visible, at least for technical-minded > users who dare use the about:config interface) are named with > camelCase in some parts of the code and with underscore_divided_names > in other parts: even if we don't enforce strict consistency we won't > be alone. > *​Strict* consistency in a large project is often an exception rather then a rule (e.g. see my example with Python). But I do not know a project where authors are intentionally missing chances to be consistent; also inconsistency in large projects often means legacy, imported or compatible (with other software: e.g. unit tests with jUnit interface in non-Java languages) code. These functions have no such excuses AFAIK: 1. they are definitely not legacy 2. neither it is an external work imported by Bram 3. interface and intended usage is different from other unit test systems (also because most of them use OO interface). > > Best regards, > Tony. > > -- > -- > You received this message from the "vim_dev" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit http://www.vim.org/maillist.php > > --- > You received this message because you are subscribed to the Google Groups > "vim_dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
