From 898c1670549719789104a5e11b68f550873360b7 Mon Sep 17 00:00:00 2001 From: Christian Krause <christian.krause@idiv.de> Date: Mon, 3 Dec 2018 10:05:51 +0100 Subject: [PATCH] motivation: improves automation section --- basics.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/basics.html b/basics.html index 7c5b26d..040a03c 100644 --- a/basics.html +++ b/basics.html @@ -260,14 +260,19 @@ ## motivation #a ### automation - - software testing - - code quality - - deploy to app store - - deploy presentation on web server + - ***quality assurance*** + - **static code analysis** aka *linting* + - **testing** (unit, integration, regression) + - enforce **style guide** aka *code formatting* + - ***deployment*** (app store, web server) *(see advanced seminar)* notes: + - buzzwords: + - continuous integration (CI) + - continuous deployment (CD) + - pre-commit hooks - basically, everything you can script </section> -- GitLab