OOP refactor
kdrag0n opened this issue · 0 comments
kdrag0n commented
Contingent on a clean and performant solution for constructing data-oriented classes with many properties, similar to Kotlin's data class
.
For now, everything is using JS objects for idiomatic data-oriented types, but this makes the "methods" ugly.