📝 fix heading, add collaboration info links

This commit is contained in:
dannydannydanny 2021-09-26 20:35:02 +02:00 committed by GitHub
parent e19f23578a
commit 4ecfdabd96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
* [x] 2021Q2: ~Version control methodology~
* 2021Q3: Decide on sections
* [ ] ~~Python section~~ Sections by Project Phase (setup, develop, deploy, deliver) each section should cover the same topics (i.e version control, DevOps)
* [ ] Move as much as possible from [Topic Hierarchy](#Topic-Hierarchy) into phases
* [ ] Move as much as possible from _Topic Hierarchy_ into phases
* 2021Q4
* [ ] Refine github flows
* [ ] Add sub-pages
@ -198,6 +198,8 @@ Path('.').absolute()
* Closed Source Software: If you cannot check what it does / how it works, do not use it for the sake of security.
* [Software Design X Dieter Rams](https://github.com/zedr/dieter-rams-10-applied-to-software)
* **Collaboration / Working in a team**
* [SPACE (satification, performance, activity, communication, efficiency)](https://queue.acm.org/detail.cfm?id=3454124)
* [Google's Four DevOp KPIs](https://cloud.google.com/blog/products/devops-sre/using-the-four-keys-to-measure-your-devops-performance)
* Details about [pair programming](https://martinfowler.com/articles/on-pair-programming.html)
* Is [extreme programming](http://www.extremeprogramming.org/) a thing?
* Collaboration (tools: [csvbox](https://csvbox.io/), [pyodide](https://github.com/pyodide/pyodide))