canonical / rust-best-practices

A set of guidelines to avoid arguments over code-quality
GNU General Public License v3.0
37 stars 0 forks source link

Feedback: Hide implementation-detail-exposing errors by default #3

Open TheSignPainter98 opened 3 weeks ago

TheSignPainter98 commented 3 weeks ago

The current error type discussion either encourages the exposure of internal details or requires awkward steps to hide them. As anyhow serves this niche well, we should move towards it