Skip to content

Instantly share code, notes, and snippets.

@ghostflare76
ghostflare76 / frontend-guidelines.md
Created September 27, 2025 00:47 — forked from Junhan2/frontend-guidelines.md
frontend-guidelines.md

Frontend Development Guidelines

These guidelines help create frontend code that is easy to change by following four key criteria: Readability, Predictability, Cohesion, and Coupling.

Core Philosophy

Easy-to-change code means:

  • New requirements can be implemented by modifying existing code smoothly
  • Code intent and behavior are clear and understandable
  • The scope of impact from changes is predictable
@ghostflare76
ghostflare76 / toss-frontend-rules.mdc
Created May 1, 2025 11:10 — forked from toy-crane/toss-frontend-rules.mdc
토스 프론트엔드 가이드라인 기반으로 만든 Cursor rule
# Frontend Design Guideline
This document summarizes key frontend design principles and rules, showcasing
recommended patterns. Follow these guidelines when writing frontend code.
# Readability
Improving the clarity and ease of understanding code.