I am in the middle of revamping and improving the code in one of my projects and I’ve just recently heard of Luau’s type checking feature. [this: Luau Type Checking Release]
So I’m wondering if it is worth my time to rewrite my code to feature type checking.
Are there any big benefits to using type checking or what am I missing out on if I don’t use it in my code?