Comment on Pattern Matching Custom Data Types in TypeScriptparentComments−maxxxxx7yTrue. I just think it's a mistake to force a pattern into a language that doesn't support it well. In the end you get sort of pattern matching but you have also to write a lot of code.
Comments
True. I just think it's a mistake to force a pattern into a language that doesn't support it well. In the end you get sort of pattern matching but you have also to write a lot of code.