Timeline for what tool or methodology to use to do impact analisys in a distributed system?
Current License: CC BY-SA 3.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 25, 2018 at 8:31 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| S Jan 26, 2018 at 8:28 | history | suggested | DFord | Add new tag | |
| Jan 26, 2018 at 3:55 | review | Suggested edits | |||
| S Jan 26, 2018 at 8:28 | |||||
| Jan 26, 2018 at 2:12 | answer | added | candied_orange | timeline score: 1 | |
| Jan 25, 2018 at 21:43 | answer | added | Ewan | timeline score: 1 | |
| Jan 25, 2018 at 21:29 | review | Close votes | |||
| Feb 9, 2018 at 3:03 | |||||
| Jan 25, 2018 at 20:53 | comment | added | Dypso | Sorry I think I am not clear enought : I a new functional/technical architect and I have inherited a poor documentation of this big enterprise system wich contain various software (in various technology stack : sql, pl/sql, wpf, c#,c++, java) interactions... And I am searching a way to detect impact on changes without having to search in all the codebase each time... | |
| Jan 25, 2018 at 20:32 | comment | added | Robert Harvey | The techniques are the same regardless of the size of the system. Resharper (and Visual Studio Professional) both provide dependency maps that help you visualize the relationships between different parts of the system. Check your existing tools. | |
| Jan 25, 2018 at 20:29 | comment | added | Dypso | As said before we have a very big enterprise system and not only one application : for example a customer could be registered in a database by a large batch loading, or by a call to a soap webservice (c#), this call could be made by our wpf point of sale application, or by our public website... So a change on the customer entity could potentially impact : the batch script, the web service and its callers etc... | |
| Jan 25, 2018 at 20:22 | comment | added | Robert Harvey | Are you sure your existing IDE doesn't already provide the necessary tools? Visual Studio provides Code Lens, Find all References and several visualization tools for this purpose. Have a look at Resharper. | |
| Jan 25, 2018 at 20:21 | history | edited | amon | CC BY-SA 3.0 | improved formatting |
| Jan 25, 2018 at 20:18 | history | asked | Dypso | CC BY-SA 3.0 |