以文本方式查看主题 - 搭建论坛 (http://bbs.diylsoft.com:8118/starforum/index.asp) -- 读者文摘 (http://bbs.diylsoft.com:8118/starforum/list.asp?boardid=10) ---- 【推荐·观点】程序员必须知道的编程格言 (http://bbs.diylsoft.com:8118/starforum/dispbbs.asp?boardid=10&id=31336) |
-- 作者:mysoap -- 发布时间:2011-7-4 8:22:33 -- 【推荐·观点】程序员必须知道的编程格言 继Kevin给了我们10条按他的观点的每个程序员必须知道的编程格言。可以看出,这都是不错的格言,而下面是我自己最喜欢的编程格言。 1.保持简单直白(Keep It Simple Stupid) 2.不要自我复制(Don’t Repeat Yourself) 3.能干的人解决问题。智慧的人绕开问题(A clever person solves a problem. A wise person avoids it)– Einstein 4.沉默会被理解为赞同(Silence is construed as approval)( Picked from Kevin blog ) 5.没有火就不会有烟(There is no smoke without fire) 6.先想好,后编程(Think first, Program later) 7.永远不要假设计算机为你假设了任何前提(Never assume the computer assumes anything) |
-- 作者:cnnet -- 发布时间:2011-7-5 10:25:17 -- 讲的很经典。 |