and look for several potential problems within that source. These problems can be things like: • Possible bugs • Suboptimal code • Overcomplicated expressions • Unused parameters, methods, properties
as: function add_hash( $color ) { return '#'.$colour; } addhash(); // missing '_' • Generate databases describing your code structure for analysis • View codebases in visual tools with Google Maps style panning and zoom, and search for functions and objects