Is anyone still sticking to #JavaScript instead of using #TypeScript? If so, why are you sticking with it? Please let me know your reasons!
@hongminhee I don't like having to mess with extra build steps. I like typescript but not enough to justify the hassle.
Instead, I use asserts at the beginning of methods to check argument values and types, and sometimes for return values.
Along with good test coverage, I feel like this gives me some of the benefits of type declarations.
