Implement Default for TSS.

- Some documentation.
This commit is contained in:
ticki 2016-08-14 18:10:28 +02:00
parent 42c9ba12dc
commit 938b1a73a4
5 changed files with 35 additions and 26 deletions

View file

@ -45,3 +45,7 @@ If the condition is (or should be) unreachable, but if not upheld, leading to UB
### Be gentle
Don't just write as much code as you can as quick as possible. Take your time and be careful.
### Commits
Use descriptive commits. One way to force yourself to do that is to not pass the `-m` flag, which will make your editor pop up, so that you can conviniently write long commit messages.