https://bugzilla.wikimedia.org/show_bug.cgi?id=30192

--- Comment #21 from Russ Nelson <russnel...@gmail.com> 2011-08-30 01:38:48 UTC 
---
There's also a mix of functions dedicated to *Archive* access, and
OldLocalFile, which derives from LocalFile with functions that already know
that they're accessing Archived files. A cleanup would eliminate the *Archive*
functions ... but that also means creating a File any time you want to do
anything to a file. And means calling
RepoGroup::singleton()->getLocalRepo()->newFile($title); (with an additional
time parameter if it's an archive file. And that means parsing the file at the
! to get the time to pass to newFile ... the complexity keeps piling up, all to
simplify? I'm not so sure, but I also don't like the lack of regularity and
lack of information hiding.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to