https://bugzilla.wikimedia.org/show_bug.cgi?id=22018
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #4 from Roan Kattouw <[email protected]> 2010-01-05 13:25:46 UTC --- print vs. echo and "constant" vs. 'constant' differ extremely little both in performance and in readability. I believe your autoloading suggestion is to make it so that there's a 1:1 mapping from class name to file name so we can get rid of the array in AutoLoader.php ; this could be done, but restructuring our entire codebase is not worth it (I also don't like it, personally, but that's not for here). In reply to comment #2: reformatting a file *theoretically* doesn't matter, but reviewing the change is difficult and errors can creep in. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
