2005年12月12日 星期一 14:52
我觉得那本《敏捷软件开发》讲面向对象和设计模式讲得很好。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051212/13a71cc1/attachment.htm
2005年12月12日 星期一 14:56
设计模式还是看经典的Gof吧, 在05-12-12,林旺茂 <lwmfj at 163.com> 写道: > > 我觉得那本《敏捷软件开发》讲面向对象和设计模式讲得很好。 > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051212/a64388c4/attachment.html
2005年12月13日 星期二 20:13
就总的思想和理论来说GoF上写的很清楚了; <>则是读GoF前的的很好入门教材,可以辅助来看; 而< >上是按照中国人的思维来深入讲解的,相当不错; 但每种语言有其特色,因此在实现的一些细节上是稍有出入的。比如: C++在实现Singleton时一般用局部表态实例来实现,这就和Java的稍有不同; 而Python有于有meta,所以可以用和C++/Java完全不同的方式来实现,而且相当简单。 这里有些资料:http://www-128.ibm.com/developerworks/cn/linux/theme/special/ 再就是推荐看bruce eckel的那本think in python -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051213/3cafadc6/attachment.html
2005年12月13日 星期二 20:15
C++在实现Singleton时一般用局部静态实例来实现,这就和Java的稍有不同; 在05-12-13,moqiancong <moqiancong at gmail.com> 写道: > > 就总的思想和理论来说GoF上写的很清楚了; > <>则是读GoF前的的很好入门教材,可以辅助来看; > 而<>上是按照中国人的思维来深入讲解的,相当不错; > > 但每种语言有其特色,因此在实现的一些细节上是稍有出入的。比如: > C++在实现Singleton时一般用局部表态实例来实现,这就和Java的稍有不同; > 而Python有于有meta,所以可以用和C++/Java完全不同的方式来实现,而且相当简单。 > > 这里有些资料:http://www-128.ibm.com/developerworks/cn/linux/theme/special/ > 再就是推荐看bruce eckel的那本think in python > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051213/1888feaf/attachment.htm
Zeuux © 2025
京ICP备05028076号