| |
What is UML good for?
- Planning program requirements (use cases)
- Planning class structure
- Sharing plans with other developers being a standard language everyone can understand them
- Documenting your current code structure
- Very useful to refer to when programming
- Helps people new to the code base become familiar with it
even more important for distributed development, might not be anyone willing to explain code base
| |
|