What problem does it solve?
Noir programming often suffers from inconsistent idioms, unclear patterns for hinting and safety comments, and divergent approaches to ACIR vs Brillig. This Skill provides a concise set of idiomatic guidelines to improve readability, safety, and performance of Noir code.
Core Features & Use Cases
- Idiom Guidelines: Standardized patterns for common tasks such as hints, unsafe blocks, and verification to enhance clarity.
- Safety Best Practices: Guidance on adding clear Safety comments and minimizing risky constructs.
- Education & Review: Useful for onboarding new Noir developers, code reviews, and teaching best practices for scalable circuits.
Quick Start
Review the idioms guide and apply its recommendations to your next Noir function to improve readability and circuit efficiency.