Jun 30, 2023
Thanks for reading and responding André-John. I think Intellisense is a great reason to make TypeScript-related decisions, including skipping auto-inferred return types, using /** */ comments instead of //, and using union types instead of enums. If I can save myself the 60 seconds of context switching chasing down the primitive values of an enum, then that's 60 more seconds focused on the problem at hand.