One of the most important things for your productivity as a programmer is using your editor's capabilities to the fullest to help you throughout the development process. Today I want to share my editor configuration with you.
JavaScript isn't a strictly typed language, and many projects have scaled quite well without using types. But the reality is that as a project grows, its complexity increases, and there are simply too many details we can no longer keep in our heads.