-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Just a random clipping of notes from discussion(s).
-
ReturnHelper- @c-butcher
- @AndyM84
- StringHelper
- @c-butcher
- @AndyM84
- EventHelper
- @c-butcher
- @AndyM84
- EnumHelper
- @c-butcher
- @AndyM84
- Logger
- @c-butcher
- @AndyM84
Discussed having a utility (utils
) package to house things that don't necessarily have homes. Considered rule that it would be a utility if it "was USEFUL but not REQUIRED and couldn't be part of a larger library." @c-butcher pressed that this would end up with future issues in the dependency chain, so as a result we ended up scrapping the idea and moving toward maybe making stoic-php-chain
part of the 'core' dependency with some extra helpers tagging along.
Having the single component (Chains) as the 'core' for the project would simplify certain parts of a dependency chart. This might include other pieces, such as the ReturnHelper
, which was the entire reason for the Utils Package discussion.