Easy way to convert a dynamic property to a regular property
Jade allows us to add a dynamic property to a class. This lets us add a property to a persistent class with instances without triggering a reorg.
This can help with prototyping, however it is a bit of a hassle when the times comes to convert the...