欢迎来到天天文库
浏览记录
ID:34974865
大小:39.69 KB
页数:3页
时间:2019-03-15
《The Elements of Programming Style.pdf》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、TheElementsofProgrammingStyleThefollowingrulesofprogrammingstyleareexcerptedfromthebookTheElementsofProgrammingStyle"byKernighanandPlauger,publishedbyMcGrawHill.Hereisquotefromthebook:ToparaphraseanobservationinTheElementsofStylebyStrunkandWhite,ther
2、ulesofprogrammingstyle,likethoseofEnglish,aresometimesbroken,evenbythebestwriters.Whenaruleisbroken,however,youwillusuallyndintheprogramsomecompensatingmerit,attainedatthecostoftheviolation.Unlessyouarecertainofdoingaswell,youwillprobablydobesttofollo
3、wtherules."1.Writeclearly{don'tbetooclever.2.Saywhatyoumean,simplyanddirectly.3.Uselibraryfunctionswheneverfeasible.4.Avoidtoomanytemporaryvariables.5.Writeclearly{don'tsacriceclarityforeciency."6.Letthemachinedothedirtywork.7.Replacerepetitiveexpre
4、ssionsbycallstocommonfunctions.8.Parenthesizetoavoidambiguity.9.Choosevariablenamesthatwon'tbeconfused.10.Avoidunnecessarybranches.11.Ifalogicalexpressionishardtounderstand,trytransformingit.12.Chooseadatarepresentationthatmakestheprogramsimple.13.Writ
5、erstineasy-to-understandpseudolanguage;thentranslateintowhateverlanguageyouhavetouse.14.Modularize.Useproceduresandfunctions.15.Avoidgotoscompletelyifyoucankeeptheprogramreadable.16.Don'tpatchbadcode{rewriteit.17.Writeandtestabigprograminsmallpieces.1
6、8.Userecursiveproceduresforrecursively-deneddatastructures.19.Testinputforplausibilityandvalidity.20.Makesureinputdoesn'tviolatethelimitsoftheprogram.21.Terminateinputbyend-of-lemarker,notbycount.22.Identifybadinput;recoverifpossible.23.Makeinputeasy
7、toprepareandoutputself-explanatory.24.Useuniforminputformats.25.Makeinputeasytoproofread.26.Useself-identifyinginput.Allowdefaults.Echobothonoutput.27.Makesureallvariableareinitializedbeforeuse.28.Don'tstopatonebug.29.Usedebuggingcompilers.30.watchoutf
8、oro-by-oneerrors.31.Takecaretobranchtherightwayonequality.32.Becarefulifaloopexitstothesameplacefromthemiddleandthebottom.33.Makesureyourcodedoesothing"gracefully.34.Testprogramsattheirboundaryvalues.35.Checksomeanswersbyhand.236.10.
此文档下载收益归作者所有