开发者

Learning to use OOP documentation

I'm just learning android and java.

I find that I'm having difficulty in using the documentation. They all look gibberish. Are there any tips and tricks on how to use any OOP documentations?

So far I've used the following documentations without difficulty before:

PHP, Jquery, CodeIgniter

I find difficulty in the following documentations:

Yii, Android

Are there some techniques in reading O开发者_开发技巧OP documentations?


This isn't specific to object oriented programming, but you've encountered the difference between a tutorial and a reference.

A tutorial shows you how to use the product or application. A reference shows you all of the features of the product or application. A tutorial looks at the product or application from the outside. A reference looks at the product or application from the inside.

When you're first learning about something, like Android or Yii, you need a tutorial. Later, after you have some experience with the product or application, a reference is more understandable. You know more about how the pieces of the product or application fit together.

Unfortunately, you sometimes come across a tutorial that assumes too much product or application knowledge. Especially in the open source world.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜