- Talk about your code with colleagues from time to time to get feedback.
# Hints
- We use **100 columns per line** in our m-files. Hence, set "Preferences > Editor/Debugger > Display > Right-hand text limit" and "Preferences > Editor/Debugger > Language > Comment formatting" to 100.
- The default Matlab-Editor-Font (*Monospace*) is ambiguous, since the letter *l* and the number *1* look very similar. We suggest [Hack](https://github.com/source-foundry/Hack-windows-installer/releases/latest) or *DejaVu Sans Mono* instead. The font can be changed in *Home*↦*Preferences*↦*MATLAB*↦*Fonts*.
- Structure your code with **`%% This is a helpful title`** sections.
- All comments, error messages, warnings, fprintf-prints in English only.