Merge SFT with Space #109
Labels
A-space
Area: Space/PageResource
C-refactoring
Category: Refactoring
F-question
Call For Participation: Unanswered question (need more information)
P-normal
Priority: Normal.
trait SFT
(Space Function Table) was created so that we can use it as trait objects, as at that time,Space<VM, PR>
could not be used as trait objects. To solve this,SFT
was introduced and some of functions inSpace
were moved toSFT
.#108 removed type parameters of
Space<VM>
, and makes it possible to merge what is inSFT
back toSpace
. We should think about whether we should mergeSFT
back withSpace
.Pros:
Space
trait, no confusion.Cons:
The text was updated successfully, but these errors were encountered: