본문 바로가기

카테고리 없음

Feature Toggle - unleash

반응형

https://martinfowler.com/articles/feature-toggles.html

 

Feature Toggles (aka Feature Flags)

Feature Flags can be categorized into several buckets; manage each appropriately. Smart implementation can help constrain complexity.

martinfowler.com

Feature Toggles (often also refered to as Feature Flags) are a powerful technique, allowing teams to modify system behavior without changing code. They fall into various usage categories, and it's important to take that categorization into account when implementing and managing toggles. Toggles introduce complexity. We can keep that complexity in check by using smart toggle implementation practices and appropriate tools to manage our toggle configuration, but we should also aim to constrain the number of toggles in our system.

이전 Post

2020.10.20 - [emotional developer/detect-server] - Feature Toggle - togglz

unleash-client-java

 

 

 

 

반응형