Am 30.10.2013 18:32, schrieb Martijn Hoekstra: > Rebase early, rebase often. At some point integration must take place. Not > using a separate branch won't help you there. Anyone working on anything > involving the title object that hasn't been merged yet will hate to rebase > whenever you'll have merged back to master though. Which kind of solidifies > your original point
I disagree - introducing the new features/logic in small increments is more likely to expose any issues early on, and will make it a lot easier to avoid stale patches. The idea is to *not* actually refactor the Title class, but to introduce a light weight alternative, TitleValue. We can then replace usage of Title with usage of TitleObject bit by bit. -- daniel _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
