<div dir="ltr">On 1 September 2013 17:46, Nick Sabalausky <span dir="ltr"><<a href="mailto:SeeWebsiteToContactMe@semitwist.com" target="_blank">SeeWebsiteToContactMe@semitwist.com</a>></span> wrote:<br><div class="gmail_extra">
<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Sun, 01 Sep 2013 06:45:48 +0200<br>
"Kapps" <<a href="mailto:opantm2%2Bspam@gmail.com">opantm2+spam@gmail.com</a>> wrote:<br>
<br>
> On Sunday, 1 September 2013 at 02:05:51 UTC, Manu wrote:<br>
</div><div class="im">> > One more thing:<br>
> > I'll just pick one language complaint from the weekend.<br>
> > It is how quickly classes became disorganised and difficult to<br>
> > navigate<br>
> > (like Java and C#).<br>
> > We all wanted to ability to define class member functions<br>
> > outside the class<br>
> > definition:<br>
> >   class MyClass<br>
> >   {<br>
> >     void method();<br>
> >   }<br>
> ><br>
> >   void MyClass.method()<br>
> >   {<br>
> >     //...<br>
> >   }<br>
> ><br>
> > It definitely cost us time simply trying to understand the<br>
> > class layout<br>
> > visually (ie, when IDE support is barely available).<br>
> > You don't need to see the function bodies in the class<br>
> > definition, you want<br>
> > to quickly see what a class has and does.<br>
><br>
> This isn't something I've found to be an issue personally, but I<br>
> suppose it's a matter of what you're used to. Since I'm used to<br>
> C#, I haven't had problems with this. I've always felt that this<br>
> was the IDE's job, personally. That being said, perhaps .di files<br>
> could help with this?<br>
<br>
</div>I see it as the job of doc generators.<br></blockquote><div><br></div><div>Why complicate the issue? What's wrong with readable code?</div></div></div></div>