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
We currently have a very large number of Concept API methods - and a lot of them feel like they should just be overloads rather than being separate methods. For example:
In the example above, explicit and overridden should really be parameters - not methods in their own right. We should add them to ThingType.GetOwns.Req:
Problem to Solve
We currently have a very large number of Concept API methods - and a lot of them feel like they should just be overloads rather than being separate methods. For example:
Proposed Solution
In the example above,
explicit
andoverridden
should really be parameters - not methods in their own right. We should add them toThingType.GetOwns.Req
:We can apply this same simplification to a great number of Concept API methods to bring down the total count.
The text was updated successfully, but these errors were encountered: