michaelulm / scm-demo-ss20

git demonstration and walk through

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Software Configuration Management

Drinks Collection

This Example will include some different implementations to think about following topics:

  • use project structures
  • use packages
  • create first unit-tests
  • use code coverage to
    • identify needed tests
    • identify unused methods
  • use documentation
    • in-line with JavaDoc
    • in-project with Maven Site
  • use mvn to
    • build software
    • test software
    • compile software
    • create documentation

About

git demonstration and walk through


Languages

Language:Java 100.0%