What strategy to use when starting in a new project with no documentations?
- by Amir Rezaei
Which is the best why to go when there are no documentations?
For example how do you learn business rules?
I have done the following steps:
Since we are using a ORM tool I have printed a copy of database schema where I can se relations between objects.
I have made a list of short names/table names that I will get explained.
The project is client/server enterprise application using MVVM pattern.