Printable idea sheet
rust_mindset
reqlan rq/development/core.rq:17
- code should be complete
- nulls should be safe and deliberate
- fallbacks should be used sparingly
- incomplete code should be marked as such
- comments should describe final desired state of the code, not the current state; they should be timeless.
- tests should be local
Interactive page: rust_mindset