What strategy to use when starting in a new project with no documentation?

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 13:58 UTC
Read the original article Hit count: 376

Filed under:
|
|

Which is the best why to go when there are no documentation?

For example how do you learn business rules?

I have done the following steps:

  1. Since we are using a ORM tool I have printed a copy of database schema where I can see relations between objects.
  2. 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

Related posts about project

Related posts about documentation