Skip to content
Andrew Male edited this page Aug 19, 2018 · 8 revisions

Various Notes

Just a random clipping of notes from discussion(s).

Things to Import from ZtcBaseAdmin (08/18/2018)

  • ReturnHelper
    • @c-butcher
    • @AndyM84
  • StringHelper
    • @c-butcher
    • @AndyM84
  • EventHelper
    • @c-butcher
    • @AndyM84
  • EnumHelper
    • @c-butcher
    • @AndyM84
  • Logger
    • @c-butcher
    • @AndyM84

Utils Package (12/12/2017) [DONE]

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.

Chains as Core (12/12/2017) [DONE]

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.