It didn't came well out of the [review](tikker.c.md).
- It contains one bug for sure.
- Other issues were false positives.
- Did not agree on some points.
- I can do whatever I want, but in the end i'll just be a 6-quality-person.
- Tsoding says, you have two kinds of people. One that writes perfect code and the ones that get shit done. I'm the latter. School time's over. It's time for work.
It can be annoying to have the terminal open the whole day. I advise to use tmux or install it as systemd service. If you install it as systemd service, you're sure you'll never miss a key press! Make sure that you define the work directory where the database should be stored in systemd service.
Keyboard: AT Translated Set 2 keyboard, Event: RELEASED, Key Code: 15 Pr: 24 Rel: 25 Rep: 14
```
Description is quite clear I assume in exception of last three. These are explained below:
- Pr = key presses this session (so not the total in database).
- Rel = key releases this session (so not the total in database). Release is one more than presses due startup of application that only registers the release of a key.
- Rep = when you hold you key down thus repeats. Also for only session, not database totals.