Set up Prettier in VS Code for Cleaner Code

Stop writing code like this❌ This is the code I saw today while mentoring one of the developers. If you're a JavaScript/React/Angular/Vue.js or any other developer, make sure to first install some formatter like 𝗽𝗿𝗲𝘁𝘁𝗶𝗲𝗿 in VS Code. It will make sure your code will follow consistent structure and is easy to understand. The first thing you should do when getting started to learn JavaScript/React/Angular/Vue is set up prettier in the VS Code editor. This is very important to improve your coding productivity as well as to make your code look professional. Without formatted code, the code looks ugly and difficult to understand. So when you're looking for a job and when you share your Github projects with the company to whom you have applied for job, your chances of getting selected are reduced if your code is not looking good and formatted. Maintaining code quality is very important when you're working on industry projects, and you should write code thinking in that way only. 𝗖𝗵𝗲𝗰𝗸 𝗼𝘂𝘁 𝗺𝘆 𝗮𝗿𝘁𝗶𝗰𝗹𝗲 𝗹𝗶𝗻𝗸 𝗶𝗻 𝘁𝗵𝗲 𝗰𝗼𝗺𝗺𝗲𝗻𝘁 𝘁𝗼 𝘂𝗻𝗱𝗲𝗿𝘀𝘁𝗮𝗻𝗱 𝗵𝗼𝘄 𝘁𝗼 𝘀𝗲𝘁𝘂𝗽 𝗽𝗿𝗲𝘁𝘁𝗶𝗲𝗿 𝗶𝗻 𝗩𝗦𝗖𝗼𝗱𝗲 𝘀𝗼 𝘁𝗵𝗲 𝗰𝗼𝗱𝗲 𝗮𝘂𝘁𝗼𝗺𝗮𝘁𝗶𝗰𝗮𝗹𝗹𝘆 𝗳𝗼𝗿𝗺𝗮𝘁𝘀 𝘄𝗵𝗲𝗻 𝗳𝗶𝗹𝗲 𝗶𝘀 𝘀𝗮𝘃𝗲𝗱. #html #javascript #reactjs #nextjs #webdevelopment

  • No alternative text description for this image

To view or add a comment, sign in

Explore content categories