Python的八荣八耻
以动手实践为荣 , 以只看不练为耻;
以打印日志为荣 , 以单步跟踪为耻;
以空格缩进为荣 , 以制表缩进为耻;
以单元测试为荣 , 以人工测试为耻;
以模块复用为荣 , 以复制粘贴为耻;
以多态应用为荣 , 以分支判断为耻;
以Pythonic为荣 , 以冗余拖沓为耻;
以总结分享为荣 , 以跪求其解为耻;
-- 来自华蟒
从以前写p2p的程序到最近写spider和indexer都是使用python.
在网络IO的瓶颈下, 使用python还是不错的选者, 从华蟒看到这个八荣八耻,
觉得说的真不错, :), 引以为铭.
Tags: python, 八荣八耻
This entry was posted
on Wednesday, April 30th, 2008 at 10:59 pm and is filed under Python语言.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
October 28th, 2008 at 9:16 am
Interesting to know.