Is it worth using Luau Typechecking?

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?

Yeah it’s totally worth it, the main benefit is that you will make less mistakes while writing the code. It can avoid doing typos.

3 Likes