square / Cleanse

Lightweight Swift Dependency Injection Framework
Other
1.79k stars 90 forks source link

Improving Scoping & Components #43

Closed mikelikespie closed 7 years ago

mikelikespie commented 7 years ago
mikelikespie commented 7 years ago

Not quite sure if I like the name scoped(). It kinda doesn't imply what it does. Maybe "shared"? Rx uses sharing to mean similar concept.

mikelikespie commented 7 years ago

ok renamed scoped() -> sharedInScope() cuz that's essentially what it does