ccoverstreet / Jablko

Smart Home Interface powered by Go.
MIT License
1 stars 0 forks source link

core/app does too much reaching into members #96

Closed ccoverstreet closed 3 years ago

ccoverstreet commented 3 years ago

The app struct does a lot of reaching into member types. This practice is not sustainable in the long run and each type should only access its immediate children.

Subprocess also needs some cleaning up as the API for it is kind of messy.