Skip to content
Snippets Groups Projects
Verified Commit 898c1670 authored by ck85nori's avatar ck85nori :railway_track:
Browse files

motivation: improves automation section

parent d214aaf3
No related branches found
No related tags found
No related merge requests found
...@@ -260,14 +260,19 @@ ...@@ -260,14 +260,19 @@
## motivation #a ## motivation #a
### automation ### automation
- software testing - ***quality assurance***
- code quality - **static code analysis** aka *linting*
- deploy to app store - **testing** (unit, integration, regression)
- deploy presentation on web server - enforce **style guide** aka *code formatting*
- ***deployment*** (app store, web server)
*(see advanced seminar)* *(see advanced seminar)*
notes: notes:
- buzzwords:
- continuous integration (CI)
- continuous deployment (CD)
- pre-commit hooks
- basically, everything you can script - basically, everything you can script
</section> </section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment