You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new programming language Swift is awesome but unfortunately it doesn't seem to support things like defines.
So we would need an other approach to define the dependencies of our classes without maintaining a lots of factories/providers.
Any ideas yet?
The text was updated successfully, but these errors were encountered:
Yeah, it isn't surprising that it doesn't support preprocessor statements. However, I've adapted Objection to other languages before. Fundamentally, Objection doesn't require preprocessors macros to work. motion-objection is an example of this.
What it comes down to is whether Swift has a nice declarative programming API to work with.
The new programming language Swift is awesome but unfortunately it doesn't seem to support things like defines.
So we would need an other approach to define the dependencies of our classes without maintaining a lots of factories/providers.
Any ideas yet?
The text was updated successfully, but these errors were encountered: