On Tue, Jun 16, 2009 at 9:35 PM, Daniel Cowx <daniel.c...@gmail.com> wrote:

> What is the recommended procedure for working on long/big features?


Make an off-by-default switch and write your code under the switch, in the
trunk.

Branches eventually have to be integrated.  This is never as easy to review
as simply writing the change in the trunk to begin
with.  Plus code review along the way is very useful.

Perhaps you can locally do something without checking in just to make
a rough prototype (if you must), but I would generally avoid working
on a branch.

PK

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to