On Github keppy / ember-newb-talk
what can be learned
about me
Contractor at Roosterpark.
Practical amount of framework loyalty.
I've worked with a few JS frameworks...
Practical amount of hate for complicated code.
If it's not short, you may be over modeling your data.
If you are over modeling your data, you probably have too much mutable state in your system.
EXAMPLE
So.. UI code should be dictated by UI components.
My component only really cared about one HREF at any given time.
By recognizing this, we were able to reduce complexity.
Also, Ember taught me that UI focused tooling is going to happen in my lifetime.
An example: ember-pouch