CompilerTech

导航

02 2013 档案

Good Routine Names
摘要:Describe everything the routine does 描述子程序所作的所有事情describe all the outputs and side effects. If a routine computes report totals and opens an output file, ComputeReportTotals() is not an adequate name for the routine. ComputeReportTotalsAndOpen-OutputFile() is an adequate name but is too long and si. 阅读全文

posted @ 2013-02-21 15:45 compilerTech 阅读(350) 评论(0) 推荐(0)

Why We Should Build Software Like We Build Houses
摘要:Why We Should Build Software Like We Build HousesBy Leslie Lamport01.25.139:30 AMEditimage: ClaraDon / FlickrEditor’s Note: With widespread access to free, online coding courses and tools, “coding” has become the new writing – the everyman’s skill. So we asked Leslie Lamport, winner of the IEEE John 阅读全文

posted @ 2013-02-05 11:38 compilerTech 阅读(383) 评论(0) 推荐(0)