3 Matching Annotations
  1. Mar 2017
    1. All views use standards-based HTML templates

      Aurelia's standards focus means our code stays relevant down the road.

    2. One of the strengths of Aurelia is that you can write so much of your application in vanilla JS.

      By sticking close to standards, such as upcoming EcmaScript features, Aurelia code prepares for us for the future. It encourages writing code that will be relevant 2-5 years from now, or perhaps beyond.

    3. Separation of Concerns is great for developer/designer collaboration, maintainability, architectural flexibility, and even source control.

      This is a good reason why templates and logic files can be kept separate.