Component Interface (API) Design Guide-Catalog
Component Interface (API) design Guide [1]-issues to consider
Component Interface (API) Design Guide [2]-class Interface (interface) (in typesetting, to be continued)
Component Interface (API) Design Guide [3]-Delegation (delegate) and Data source Protocol (Data-source Protocols) (in typesetting, to be continued)
Component Interface (API) design Guide [4]-notification (notifications) (typesetting, to be continued)
Component Interface (API) Design Guide [5]-Final thought (typesetting, continued)
Quick summary:
Translator Note:
In the original text, "delegate" is translated into Chinese "entrust/agent", meaning as follows:
An object specifies that another object handles some specific task. In layman's terms, it is "one object" that delegates what is to be done to "another object".
Where "one object" is called a delegate, "another object" is called a proxy.
The interface between the two is the protocol.
Other:
api Design
: : http://mattgemmell.com/api-design/
Chinese version by Xoneday translation
Welcome to Visit Translator Blog:http://blog.xoneday.com
Sina Weibo:@xoneday one day
If this translation brings you help, I hope you can download my APP to support me:
watercress reading: https://itunes.apple.com/cn/app/id695492935
Memo Clip: https://itunes.apple.com/cn/app/id580552733
Memo Clip watercress Reading
* Reprint statement: Please do not delete the content of the author/translator information and Support section, if you do not accept this clause please do not reprint.
Component Interface (API) Design Guide-Catalog