# Conventions
When writing code, stick to the following conventions.
## Programming language
The programming language used shall be Rust.
## Conventions
- Write idiomatic Rust
- Write clear, readable and verbose code over terse, dense and concise code
- Public functions should have documentation
- Public functions should have doc tests
- Prefer using existing libraries over implementing features
- Embrace SOLID principles
- Keep cognitive complexity low
- Only use mocks at system boundaries (filesystem, network, time, etc)nix
rust
shell
solidjs
First Time Repository
Solutions to Advent Of Code in Rust.
Rust
Languages:
Nix: 0.8KB
Rust: 167.1KB
Shell: 0.1KB
Created: 11/25/2024
Updated: 12/25/2024
All Repositories (1)
Solutions to Advent Of Code in Rust.