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
Branches
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment