What strategy to use when starting in a new project with no documentations?
Posted
by
Amir Rezaei
on Programmers
See other posts from Programmers
or by Amir Rezaei
Published on 2011-01-13T07:18:06Z
Indexed on
2011/01/13
7:57 UTC
Read the original article
Hit count: 264
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.
© Programmers or respective owner