I like making thing that creates another thing.
loves Ruby because of...
Task Automation
Effortless task handling.
Ruby's Rake simplifies small task automation, like building, testing, and deployment. It's a go-to tool for quick, efficient scripting across various projects.
“It's very convenient for small build scripts. I usually use Rake when I need tiny but not straightforward tasks. This is because why there is Rakefile in my Rust project.
”