Oliver Klee
Oliver Klee
This will reduce the number of non-hidden files/directories. Like here: https://github.com/sebastianbergmann/phpunit/
This will help us find which parts of the code need more (or better) unit tests. https://dev.to/alfredbez/adding-infection-to-an-existing-project-and-publishing-the-results-to-gitlab-merge-requests-502n
This will make the code more explicit and help static code analysis. Particularly, we should get rid of `compact`, `list` and family.
After reading this blog article, I think we should rework our documentation: https://www.divio.com/en/blog/documentation/ And this article about good READMEs: https://dbader.org/blog/write-a-great-readme-for-your-github-project https://documentation.divio.com/
It looks like this still leaves too many questions open.