sirtimbly/frets

Deprecate the old App class?

sirtimbly opened this issue · 0 comments

I've switched to using the new FRETS class which allows developers to build up the app in a more readable and easy to parse set of functions and assignments like:

  • registerAction(...)
  • registerView(...)
  • calculator = ...
  • validator = ...

I would like to deprecate the old Classes including:

  • App
  • AppBuilder
  • AppConfiguration
  • Actions
  • Model
  • State
  • View
  • ComponentMap

My idea is to target them to be gone in 1.0

This would allow enforcement of stricter code coverage rules.