Page 1 of 1

Overdocumentation

Posted: Sat Dec 14, 2013 10:12 pm
by einsteinsci
This isn't really all that off-topic, but I think this is the best place to post this. Please move the thread if I'm wrong.

Something that I found both helpful and unhelpful, and at the same time amusing, is that Irrlicht's functions can be given too much documentation. That is really helpful on how to use a function, but VS2013's intellisense decides to display it ALL AT ONCE, in a single tooltip. I'm still going through the tutorials, and I keep having to scroll through the code so the tooltip is out of the way so that I can see the other documentation. It gets really funny when you use a function like createCollisionResponseAnimator() and have a single tooltip covering half the screen like this:

Image

Re: Overdocumentation

Posted: Sun Dec 15, 2013 8:38 am
by hendu
You deserve it for using VS :P

Re: Overdocumentation

Posted: Sun Dec 15, 2013 11:58 am
by CuteAlien
OK, that's a little crazy :-) I don't have 2013 installed so far (not even using 2012 yet which is installed) so I can't test right now. Maybe there is some way to configure it? I mean Irrlicht can't be the only library out there using big comment blocks...

Re: Overdocumentation

Posted: Wed Jan 15, 2014 12:44 am
by thanhle
I actually like the detail on the document. You don't want to guess what the argument parameter do.

I actually want more :).
It would be great to also have a code snippet example associated with a function call :).