Robert Martin (Uncle Bob) once said, “Any fool can write code that computers understand. Good programmers write code that humans can understand” Many of ...Read more
Home/cleancode
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
เคยไหม? เขียนโค้ดเสร็จ แต่ format ไม่สวย อ่านยาก 😩 Prettier ช่วยคุณได้! 🪄 Prettier เป็นตัวจัดรูปแบบโค้ดอัตโนมัติ ช่วยให้โค้ดของคุณสวยงาม อ่านง่าย และเป็นระเบียบ โดยไม่ต้องเสียเวลาจัด format เอง เมื่อสร้างโปรเจ็กต์มากขึ้นเรื่อยๆ ฉันได้มองหาวิธีที่จะแบ่งปันไฟล์กำหนดค่า Prettierโชคดีที่ Prettierรองรับฟีเจอร์นี้แล้ว คุณต้องเผยแพร่โมดูลที่มีการตั้งค่า Prettier ที่ปรับแต่งเองเท่านั้น วิธีทำ 1.สร้างไฟล์ package.json เก็บข้อมูลโมดูล ...Read more
Optimization is at the heart of creating a smooth, efficient, and enjoyable user experience. When it comes to JavaScript, a language known for its dynamism and versatility, writing optimal code becomes an interesting task. This ...Read more