Inspecting Source Code

Ξ April 30th, 2008 | → 0 Comments |
Tests, Tools |, , , |

A very practical tool that I used when inspecting a projects source code is source-navigator. It’s has a simple GUI based on Tcl/Tk, and organizes all the source code by types/classes or files and presents the dependences between them.

This enables quick searches to find specific parts of the code, allows rapid source code inspections, and or more deep inspections the tools also creates trees of dependency between classes/files.