File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -251,6 +251,7 @@ Build and Deployment:
251251 level : 3
252252 implementation :
253253 - $ref : src/assets/YAML/default/implementations.yaml#/implementations/docker
254+ - $ref : src/assets/YAML/default/implementations.yaml#/implementations/martin-feature-toggles
254255 dependsOn :
255256 - Same artifact for environments
256257 references :
Original file line number Diff line number Diff line change @@ -686,4 +686,10 @@ implementations:
686686 tags : [testing, api, documentation]
687687 url : https://github.com/schemathesis/schemathesis
688688 description : |
689- Schemathesis is a tool for testing web applications and services by sending requests based on the Open API / Swagger schema.
689+ Schemathesis is a tool for testing web applications and services by sending requests based on the Open API / Swagger schema.
690+ martin-feature-toggles :
691+ name : Feature Toggles
692+ tags : [development, architecture]
693+ url : https://martinfowler.com/articles/feature-toggles.html
694+ description : |
695+ Feature Toggles are a powerful technique, allowing teams to modify system behavior without changing code. (Pete Hodgson)
You can’t perform that action at this time.
0 commit comments