Current Minify_HTML and others are essentially static classes. Although
use of the static $className improved the extensibility, there still exist
static methods that call other static methods and reference static
properties. This makes subclassing overly complex.
While there is some performance gain in static methods, the minifiers run
very seldomly, so code usability should be of greater concern.
The public API can still contain the static convenience methods.
Original issue reported on code.google.com by mrclay....@gmail.com on 16 Mar 2009 at 1:53
Original issue reported on code.google.com by
mrclay....@gmail.com
on 16 Mar 2009 at 1:53