-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"late binding" better words #66
Comments
Agree the term can be confusing. We tend to use 'early binding definitions for late binding implementation' lately. What do you think of that? |
Hmm... Leon it sounds like wordplay for me and even more confusing to me:) |
Hi Igor - a while ago I called it "reference data" compared to "schema", where:
not sure whether it is clearer, but other standardisation initiatives have used such terms and yes, the purpose is as you describe - move the taxonomy of elements out of the schema into an external definition, that is still part of the IFC standard, can be parsed, but can have a different (and more frequent) release strategy, similar to property sets. |
I think it would be good to keep implementation details out of the schema, also in terms of terminology. In my view implementers should have the freedom to choose when and how to handle which parts of the schema definition. Of course, it seems natural to handle frequently changing parts at run time and slowly changing at compile time. But implementers may want to handle everything at run time or everything at compile time. There are approaches to software development that blur the boundary between compile and runtime, e.g. by code generation. Shouldn't all of those be supported and possible? |
In terms of terminology, "InstanceSpecification" as defined in UML (not to be confused with the actual instance, the object) may be what we are looking for. I have to better understand the "late bound" idea to confirm. |
Some ideas: Element kinds I don't think it matters a lot what we call it. Choose something that doesn't have a strong existing meaning in our domain and be consistent. @TLiebich reference data to me has the risk of sounding a bit supplemental, non-normative. |
I do not like "late binding" term. It confuses me with late binding programming paradigm. Can we look for better one?
Some suggestions
vs
The text was updated successfully, but these errors were encountered: