Hacker News new | ask | show | jobs
by masklinn 1340 days ago
The types or constructors ought change to match?

If TeamId goes from non-nullable to nullable, it goes from TeamId to Option<TeamId>, and consumers get a type error.