hmlongco / Factory

A new approach to Container-Based Dependency Injection for Swift and SwiftUI.
MIT License
1.83k stars 115 forks source link

Are you interested for macro ? #162

Closed bourvill closed 11 months ago

bourvill commented 11 months ago

Hello, would you be interested in adding macros to your project?

We like your project and use SharedContainer a lot to separate our domains.

The macro available here helps reduce frequently repeated code.

The code is tested, some things may still be missing, but would you be interested in porting it to your repository?

hmlongco commented 11 months ago

Interesting, would have to think about it. Should note, however, that FactoryContainer is an existing typealias for Container.

hmlongco commented 11 months ago

Probably not at this point in time. I am considering macros for other functionality in the future.