# The Zen of RRTK
- If you can do it without `std` or `alloc`, do that.
- If you can do it as a `const fn`, do that.
- Don't be afraid of traits.
- Don't get addicted to num-traits.
- Compatibility is good, but mandatory dependencies are bad.
- More releases are better than fewer.