2013年5月21日

Effective C++ 读书笔记之Part4.Design and Declarations

摘要: 18. Make interfaces easy to use correctly and hard to use incorrrectly. 总结: 第一,好的接口很容易被正确使用,不容易被误用。你应该在你的所有接口中努力达成这些性质。 第二,“促使正确使用”的办法包括接口的一致性,以及与内置... 阅读全文

posted @ 2013-05-21 15:44 爱你一万年123 阅读(143) 评论(0) 推荐(0)

导航