<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Sep 19, 2012, at 9:33 AM, Michael Ilseman <<a href="mailto:milseman@apple.com">milseman@apple.com</a>> wrote:</div><blockquote type="cite"><span style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: inline !important; float: none; ">About the naming conventions, I'm a little confused. The coding standard says that function names should begin lower case, but all the static function examples shown begin in upper case. Should those really be lower case instead, or are static functions to be upper case? Are there other violations of the naming convention here?</span></blockquote></div><br><div>Yes, there are plenty of violations. I try to use the new style unless it's too incongruous with the existing code. If the percentage of new code reaches some threshold, then I do a bulk rename of the old functions.</div><div>-Andy</div></body></html>