What problem does it solve?
This Skill guides users in writing clean, expressive, and idiomatic Rugo code, ensuring their scripts are efficient, readable, and leverage the language's unique features effectively.
Core Features & Use Cases
- Idiomatic Patterns: Learn best practices for string interpolation, function calls, constants, and more.
- Collection Handling: Master Rugo's hash and array idioms for data manipulation.
- Error Handling: Understand and implement Rugo's
try/or construct for robust error management.
- Concurrency: Explore
spawn and parallel for efficient background task execution.
- Structuring Code: Utilize structs, modules, and the Go bridge for organized and maintainable code.
- Use Case: When developing a new Rugo application or refactoring existing scripts, consult this Skill to ensure your code adheres to best practices and utilizes the most effective language constructs.
Quick Start
Review the chapter on 'Graceful Failure' to understand how to use try/or in your Rugo scripts.