back
loading skill details...
Clean code principles, SOLID, and code review practices
Code Quality Overview Principles and practices for writing maintainable, readable, and reliable code. Clean Code Principles Meaningful Names // ❌ Cryptic names const d = new Date(); const u = getU(); const arr = data.filter(x => x.s === 'a');
don't have the plugin yet? install it then click "run inline in claude" again.