欢迎来到天天文库
浏览记录
ID:19511613
大小:402.50 KB
页数:19页
时间:2018-10-03
《and instability is software design稳定和不稳定的软件设计课件》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、StabilityandVolatilityisSoftwareDesignH.RahnamaTutorialinsoftwareengineeringGoodSoftwareDesign:Testability,ReusabilityOnalargescaledecompositionofthesystemrepresentssignificantdesigndecisionsLargescalemodulesinJava:.JAR,C#:DLL,C++:SOAllsystemsshouldbedesign
2、edsothattheycouldbebrokendownintoINDEPENDENTLYdepolyablemodules.Moduleindependence:BetterdesignReusabilityandTestabilityReusabilityandtestabilitydependofdesignsthatsupportsindependentdeployabilityModularDependence:TheymakebuildorderambiguousCausetransitived
3、ependencyPreventindependentreuseofmodulesCyclicGraphs!ModuleAdependsonModuleBModuleBdependsonModuleCModuleCdependsonModuleANoneofthemodulescanbereusedindependentlyGoodDesign:ADPAcyclicDependenciesPrincipleDependenciesamongmodulesmustbearrangedinaDirectedAcy
4、clicGraphsNocyclesofdependenciesamongmodulesEliminatingcycles:FirststepincreatingamodulardesignADPPrincipleThesemodulesaredependentDocumentprocessordependsontwosaversADPPrincipleUsePolymorphisminsteadof“If”UsingtheInterfaceDocumentProcessorhasnodirectdepend
5、enceonDatabaseSaverorFileSystemSaverSaversareVOLATILEVolatilityHowchangeableamoduleis.SavermoduleismorestableThislackofvolatilityallowstheotherstodependonitOthersaversaresafefromchangesCommonClosurePrinciple(CCP)Codeswithdifferentkindsofvolatilityshouldbepl
6、acedindifferentmodulesModulesshouldnotdependonmoduleswhoaremorevolatilethantheyare.Theyshoulddependonlessvolatileones.Volatilityvs.StabilityStability:Howdifficultamoduleistochange.ModulesthataredifficulttochangearelikelytobeinvolatileGooddesign:VolatileCode
7、sgotoinstablemodulesandinvolatilecodesintostablemodules.ModuleXIsModuleXStableorInstable?ManyothermodulesdependonitIfitschanges,othersmayneedtobechangedThemoreincomingdependenciesamodulehas,theharderthatmoduleistochange,thusitsmorestable.ModuleYThemoduleise
8、asytochange:NoothermoduledependsonitSoitsinstableYhassomanyreasonstochange,becauseitdependsonmanyothermodules.GooddesignVolatilecodesintomoduleslikeYInvolatilecodesintomoduleslikeXModuleslikeXshouldnev
此文档下载收益归作者所有