DEV Community

Discussion on: I'm a professional React developer, and here's how I create React-powered Microservices using GraphQL and Node.js. #8

Collapse
 
brucem1976 profile image
Bruce Martin

The vscode shortcut is a great suggestion. I see you use very little in terms of autocompletes and linting etc - have you found it better to keep things quite "raw" in terms of becoming a better coder?

Collapse
 
bettercodingacademy profile image
Better Coding Academy

I don't like autocomplete because I find that it's too inconsistent, and oftentimes also too slow. It simply is faster and more consistent for me to just type it out.

I do use linting; however, given the scope of this project, I didn't want to introduce too much additional complexity. I use ESLint daily within professional projects, and I definitely consider it to be important.