kdrag0n/adevtool

OOP refactor

kdrag0n opened this issue · 0 comments

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.