fitzgen opened Issue #1407:
Even though the index is only ever useful (and only ever reported to API consumers) for passive element indices, the index space is for _all_ elements. To be technically correct (the best kind of correct) we should rename
PassiveElemIndex
intoElemIndex
.Same for
PassiveDataIndex
-->DataIndex
.Helpful locations in the code base:
fitzgen labeled Issue #1407:
Even though the index is only ever useful (and only ever reported to API consumers) for passive element indices, the index space is for _all_ elements. To be technically correct (the best kind of correct) we should rename
PassiveElemIndex
intoElemIndex
.Same for
PassiveDataIndex
-->DataIndex
.Helpful locations in the code base:
fitzgen closed Issue #1407:
Even though the index is only ever useful (and only ever reported to API consumers) for passive element indices, the index space is for _all_ elements. To be technically correct (the best kind of correct) we should rename
PassiveElemIndex
intoElemIndex
.Same for
PassiveDataIndex
-->DataIndex
.Helpful locations in the code base:
Last updated: Dec 23 2024 at 13:07 UTC