Files
test/source/blender
Julian Eisel 16fd5fa656 Cleanup: Early-exit in button handling code, minor cleanups
This should decrease cognitive load because:
- Intention is more explicit
- Shorter visual scope of branches (no need to search for matching
  closing brackets and `else` blocks)
- Visually less busy code because condition-checks and code that
  "actually does things" are separated, with less indentation
- Avoids chaining together a bunch of conditions to a single `if`

Also: Use `const`, correct comment placement, whitespace improvements.
2022-05-23 16:55:43 +02:00
..
2022-05-18 12:17:42 +10:00
2022-05-23 16:33:04 +02:00
2022-03-16 11:58:22 +11:00
2022-05-22 21:58:45 -04:00
2022-05-17 15:34:02 +10:00