Understanding exsting system in 5 steps

Reading source is one of every day work of programmers.We have to understand legacy systems what server for many year, we have to understand open source software that our system depends over. Frankly, it's not a easy task to understand source code wrote by other guys, especially in rush.

 

The below 5 steps is one of BEST PRACTICES to understanddesign and implementation of a softwave system. It can guide you to understand the software step by step.

 

1. Identify main usecases

    Intent: Understanding thefunctionality and actors

    Artifact: Use case description indiagram or text

 

2. Identify essential packages and classes

    Intent: Packages and classes are mostimportant elements in a OO-designed software, you should understand roles andobjectives of these packages and classes.

    Artifact: Class diagram, Deploymentdiagram

 

3. Understand how the main usecases work

    Intent: To understand how theseclasses work together to implement the features.

    Artifact: Sequence diagram

 

4. Understanding involved algorithms

    Intent: If the implementation involvedcomplex algorithms or background knowlege such as geometry and physics, youshould try to understand that.

    Artifact: Pseudo code, mathematicmodel

 

5. Goto step1 for next iteration.

    Intent: To understand more about thesystem.

    Artifact: NA

 

 


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值