Coding Standards
We want to set not very strict standards here, but this is a (growing) list of common sensical defaults
setup
files should use unix line endings
we try to take supported php versions into consideration
coding style
if statements should use {}
whenever possible, we use strict over weak comparison (=== instead of ==)
architecture style
class-internal methods and properties should be protected or private
27 Mai 2025