> It's pretty cute. Still no static types for "Strings that end with a dot" or "Strings that match [a-z]+" or "Strings that are proper nouns". ;)
That’s not true, you can wrap these in types that can only be constructed from valid data, and from that point on you can be sure everything is correct.
That’s not true, you can wrap these in types that can only be constructed from valid data, and from that point on you can be sure everything is correct.