How to learn open source library API without good documentation
Posted
by Turtle
on Stack Overflow
See other posts from Stack Overflow
or by Turtle
Published on 2010-06-02T14:05:38Z
Indexed on
2010/06/02
14:14 UTC
Read the original article
Hit count: 178
I am recently working on the open source library openmetaverse which is designed as an open source substitution of second life viewer. I think the problem is that it is not well documented. Sometimes, I just misunderstand the API when I really used it in real program which is very annoying because sometimes you need to write many code. But how to make sure the API just acts the way you expected? So what is your way to learn new API without good documentation?
© Stack Overflow or respective owner