Thermodynamics.jl
Thermodynamics.jl copied to clipboard
Protect use of struct internals
I was thinking, we could overload getproperty
on thermodynamic structs to throw warnings (before calling getfield
), and internally use getfield
, so that we can encourage users to follow the API.