You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
David Gonzalez edited this page May 25, 2016
·
1 revision
As most modern web apps, we rely on several platforms, frameworks, tools and libraries to provide our solution. When integrating these software components, we considered them as object-oriented artifacts, that is, we use classes as the starting point to abstract the problems contained within our considered use cases. This modeling decision shapes the use of JavaScript through its OO syntax. Furthermore, this is later constrained by our design decision of using the Aurelia framework as the foundation to our app.