<br><br><div class="gmail_quote">On Thu, Mar 31, 2011 at 11:21 AM, Jacob Carlborg <span dir="ltr"><<a href="mailto:doob@me.com">doob@me.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div style="word-wrap: break-word;"><div><div class="im"><blockquote type="cite"><div><br>- All public declarations should have proper ddoc documentation.<br></div></blockquote><div><br></div></div><div>And protected methods as well, they're a part of the API just as much as the public methods.</div>
<div><div></div><br></div></div></div></blockquote></div><br>Somewhat agree, but sometimes you make a protected method to be overridden internally in your hierarchy, but it's not designed to be messed with by external clients.  Omitting ddoc for it sends a strong "don't mess with this" message.<br>