Skip to content

edblackburn/blazey.features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blazey.features

For managing application features using composition instead of spagetti conditionals.

Why

In the spirit of shipping early and often sometimes it makes sense to release a feature to targeted group of users, or switch it off. What I mean by instead of spagetti conditionals is simply that a feature should be created in a state suitable for consumption by its target rather than conditional if statements wrapping usages, pushing business logic to all areas of the application. Now you can decide to compose a certain version of a feature, targeted for your audience at runtime.

How

...WIP

(c) Blazey Software Ltd

About

For managing application features using composition instead of spagetti conditionals.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages