Slashdot Mirror


User: E+Jennings

E+Jennings's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:As a maintenance programmer on Learning and Maintaining a Large Inherited Codebase? · · Score: 1

    Why has no-one mentioned reverse engineering? Depending on the language used there are tools out there which will analyse the code into UML models. This gives an idea of the architecture; which is always a good starting point. Tools like Rhapsody can round-trip: that is always an interesting experience.