Skip to content
This repository was archived by the owner on May 21, 2020. It is now read-only.

Standards and practices

Michael edited this page May 14, 2018 · 2 revisions

We are using the following high level standards and practices:

  1. We are using Test Driven Development and the Agile Development Methodology
  2. Do the least amount of code to pass each test. Do not add code or modify the design to handling use cases that are not currently in scope.
  3. All development should be on an branch. Do not check directly into master.
  4. Nothing should be merged to master until it has been reviewed by at least one other member and all tests have passed.

We are using the following development tools and libraries. For the most part, we are using the most recent recommended "community" version of each product.

  1. Java SDK 10.x
  2. IntelliJ 2018.x
  3. JUnit 5.x
  4. Mockito 2.x
  5. Visual Paradigm 15.x

Clone this wiki locally