Slashdot Mirror


User: ian-sdot

ian-sdot's activity in the archive.

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

Comments · 1

  1. Re:How to read code on Ask Slashdot: How To Start Reading Other's Code? · · Score: 1

    +1. I've been using Understand since 1998 across multiple code bases C/C++ and Java. The cross reference facilities are really impressive if you take the time to set up the classPath or include settings. It also has an impact analysis feature so that when you make a change it will show the modules that are impacted by that change. Useful for identifying how much testing will be needed.