Slide 38
Slide 38 text
New development styles (Partial release in production)
38
# WIP code for new notification system
# https://github.com/cookpad/xxxxxx-squad/issues/yyyyyy
Rollout.add :notification_center, owner: "xxxxxx-squad" do
# @developer_a, @developer_b, @developer_c, @developer_d, @developer_e
Current.user&.id&.in?([AAAAAA, BBBBBB, CCCCCC, DDDDDD, EEEEEE])
end
• Feature toggle (application level control)
• Prototype environment (platform level control)
Challenge1: Organization Transformation for Greater Autonomy > Development style change for new team structure