AMA: Figma 2.0

6 years ago from Dylan Field, CEO at Figma

  • Dylan FieldDylan Field, 6 years ago

    Fun fact: we actually implemented branching a long time ago when we were in alpha and later removed the feature. The reason we removed it was because it was confusing for a lot of our users. I do think it's a powerful feature and would like to find a way to bring it back someday.

    1 point
    • Ben Mathes, 6 years ago

      Getting the UI right to someone who hasn't worked with branched bodies-of-work is really hard. Even in git-land you see loads of differing opinions on how best to view branches visually.

      One route you might try is opinionated, simplified branching. E.g. one branch per designer, one master, daily flow is rebasing on top of master.

      Kinda like this: https://gist.github.com/17twenty/6733076

      Can probably get 80% of the benefits of branching without the confusion, at least, here's hoping.

      0 points