mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
0294ee68a7
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
19 lines
1,013 B
Text
19 lines
1,013 B
Text
# HOW TO EDIT THIS FILE:
|
|
# The "handy ruler" below makes it easier to edit a package description.
|
|
# Line up the first '|' above the ':' following the base package name, and
|
|
# the '|' on the right side marks the last column you can put a character in.
|
|
# You must make exactly 11 lines for the formatting to be correct. It's also
|
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
|
|
|
|-----handy-ruler------------------------------------------------------|
|
|
boost-di: boost-di (C++14 Dependency Injection Library)
|
|
boost-di:
|
|
boost-di: Dependency Injection (DI) involves passing (injecting) one or more
|
|
boost-di: dependencies (or services) to a dependent object (or client) which
|
|
boost-di: become part of the client's state. It is like the Strategy Pattern,
|
|
boost-di: except the strategy is set once, at construction. DI enables loosely
|
|
boost-di: coupled designs, which are easier to maintain and test.
|
|
boost-di:
|
|
boost-di:
|
|
boost-di: https://github.com/boost-experimental/di
|
|
boost-di:
|