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
I think it looks cleaner. The question just becomes whether it would have a performance impact to instantiate all 160 service classes on construct or if there is a better way to come at this with __get().
Also, it'd be a breaking change, so version 1.0.0 if we do this.
The text was updated successfully, but these errors were encountered:
I would love to change the syntax slightly for endpoints on the client wrapper. I just need to figure out the right (performant) way to do this.
For example:
I think it looks cleaner. The question just becomes whether it would have a performance impact to instantiate all 160 service classes on construct or if there is a better way to come at this with
__get()
.Also, it'd be a breaking change, so version 1.0.0 if we do this.
The text was updated successfully, but these errors were encountered: