When working with enums in Rust, I realized that switch statements in TypeScript are not exhaustive.
This means that the compiler doesn't warn you if you forget to handle a case in a switch statement. This is a problem because it can lead to bugs that are difficult