kukeiko / entity-space

MIT License
5 stars 1 forks source link

the great rename #196

Closed kukeiko closed 11 months ago

kukeiko commented 1 year ago

What & Why

Rename all the things that have bad naming!

kukeiko commented 1 year ago

still some reduce renames necessary, also, I didn't look into this at all:

feasibility of changing all call sites to switch the criteria around so we can have A.subtract(b)

kukeiko commented 11 months ago

want to close this item, but before I do that, a reminder to myself to first deal with the open thing mentioned in my previous comment:

feasibility of changing all call sites to switch the criteria around so we can have A.subtract(b)

kukeiko commented 11 months ago

closing this, my intention for

feasibility of changing all call sites to switch the criteria around so we can have A.subtract(b)

Is to not do it, as I am currently thinking of not having the subtraction logic be within the classes at all, see #102