Skip to content

Goal: Have a highly optimized solution

Ian Weston edited this page Aug 29, 2013 · 4 revisions

Objectives:

  • Create effective standards for implementing the following: coding, documentation, and project management.

  • Determine the appropriate software and data model that will provide an effective framework to develop against.

  • Minimize the number of errors that can be produced by the code and provide ways to mitigate them if possible.

  • Minimize the number of transactions and amount of data transferred among the different layers of the software and data model in order to make a faster and more responsive application.

  • Determine effective ways to host data and web application access to the users.

  • Properly separate the business logic from the user interface.