您的位置:首页 > 其它

Your System Is Legacy; Design for It

2015-08-31 11:32 239 查看


Your System Is Legacy; Design for It

Dave Anderson

EvEn iF youR SySTEM iS BlEEding EdgE and developed in the latest tech- nology, it will be legacy to the next guy. Deal with it! The nature of software today means things go out of date fast. If you expect your system to go into production and survive, even for a few months, then you need to accept that maintenance developers will need to fix things up. This means several things:

• Clarity: It should be obvious what role components and classes perform.

• Testability: Is your system easy to verify?

• Correctness: Do things work as designed or as they should? Eliminate quick and nasty fixes.

• Traceability: Can Ernie the Emergency Bug Fixer—who has never seen the code before—jump into production, diagnose a fault, and put in a fix? Or does he need an eight-week handover?

Try to think of a different team opening up the codebase and working out what’s happening. This is fundamental for great architecture. It doesn’t have to be oversimplified or documented to the hilt; a good design will document itself in many ways. The way a system behaves in production can also expose the design. For example, a sprawling architecture with ugly dependencies will often behave like a caged animal in production. Spare a thought for (usually more junior) developers who may have to debug defects.



Legacy tends to be a bad word in software circles, but in reality, all software systems should endure the tag. It is not a bad thing, as it may indicate that your system is durable, meets expectations, and has business value. Any software system that has never been called legacy has probably been canned before launch—which is not the sign of a successful architecture.

Dave Anderson is a principal software engineer at Belfast software company Liberty IT, which supplies IT solutions for Fortune 100 company Liberty Mutual. Dave has more than 10 years’ experience in the software industry with many leading-edge IT companies across several different industries and countries.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: