Hacker News new | ask | show | jobs
by ageofwant 961 days ago
Rust is many things, "rapid development" is not one of those things.
1 comments

Rust can be pretty rapid if you unwrap() and clone() everything. You are building a prototype after all. Adding error handling, traits and modules can be done later if the project has merit.