Hacker News new | ask | show | jobs
by aaaaaaaaaaab 1442 days ago
Yeah. My pet peeve is `guard let … else { return }` instead of force-unwrapping. Like, why do people think that silently swallowing an error is better than crashing loudly and clearly?