summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2020-03-12 12:53:32 +0300
committerdefanor <defanor@uberspace.net>2020-03-12 12:53:32 +0300
commit7b3d46b995bc7cc8ac02533822cadaa3e3b4458b (patch)
tree98c29598a7479eafa597a26ba510524002315374 /README
parentbc8aecf0c58fba2c04df2e04089562f311fea8f1 (diff)
Add feature configuration
Many features may better be handled by an application rather than by a library, yet for less sophisticated clients it is better if a library implements those. A common solution is to implement optional features as loadable modules (e.g., a collection of hooks and some state), which is also a nice way to structure them. But module APIs tend to be restrictive, or ad hoc (aiming to cover just the desired modules), or flexible and reminiscent of "Greenspun's tenth rule", particularly when done in C. The solution chosen here for now is to introduce configurable flags: an application can enable or disable features that way, while the control flow inside the library should be more explicit and not restrictive.
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions