Coding Standards banner
revfactory revfactory

Coding Standards

Development community

Description

--- name: coding-standards description: TypeScript, JavaScript, React, Node.js 개발을 위한 범용 코딩 표준, 모범 사례, 패턴. --- # 코딩 표준 & 모범 사례 모든 프로젝트에 적용 가능한 범용 코딩 표준. ## 코드 품질 원칙 ### 1. 가독성 우선 - 코드는 작성보다 읽히는 횟수가 더 많음 - 명확한 변수와 함수 이름 - 주석보다 자기 문서화 코드 선호 - 일관된 포맷팅 ### 2. KISS (Keep It Simple, Stupid) - 작동하는 가장 단순한 해결책 - 과도한 엔지니어링 피하기 - 조기 최적화 금지 - 이해하기 쉬운 코드 > 영리한 코드 ### 3. DRY (Don't Repeat Yourself) - 공통 로직을 함수로 추출 - 재사용 가능한 컴포넌트 생성 - 모듈 간 유틸리티 공유 - 복사-붙여넣기 프로그래밍 피하기 ### 4. YAGNI (You Aren't Gonna Need

Installation

Installs to ~/.claude/skills/revfactory-everything-claude-code-coding-standards/SKILL.md

Terminal
mkdir -p ~/.claude/skills/revfactory-everything-claude-code-coding-standards && curl -fsSL https://raw.githubusercontent.com/revfactory/everything-claude-code/HEAD/skills/coding-standards.md -o ~/.claude/skills/revfactory-everything-claude-code-coding-standards/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository