タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

devprocessとflickrに関するhiro_yのブックマーク (1)

  • Flipping Out | code.flickr.com

    Flickr is somewhat unique in that it uses a code repository with no branches; everything is checked into head, and head is pushed to production several times a day. This works well for bug fixes that we want to go out immediately, but presents a problem when we’re working on a new feature that takes several months to complete. How do we solve that problem? With flags and flippers! Feature Flags Fl

    hiro_y
    hiro_y 2012/02/24
    2009年の記事だけど。Flickrのコードにはブランチなんてないよって言ってるな。フラグで新機能のON/OFFしてるって。デプロイは小さい単位で。
  • 1