SquirrelJME/SquirrelJME

View on GitHub
assets/developer-notes/stephanie-gawroriski/2018/12/04.mkd

Summary

Maintainability
Test Coverage
# 2018/12/04

## 20:19

I think `Class` would be best if it were passed an object which had publically
available stuff for information. So I do not need to mess with the constructor
at all whenever I want to add something new, I can just set fields. It would
also be better for backwards compatibility across VMs.