kdrag0n / adevtool

Android ROM device support and bringup tool, designed for maximum automation and speed.
MIT License
218 stars 52 forks source link

OOP refactor #2

Open kdrag0n opened 2 years ago

kdrag0n commented 2 years ago

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.