5 个仓库
Guides and conventions for writing high-quality, maintainable code.
Explore 5 awesome GitHub repositories matching part of an awesome list · JavaScript Best Practices. Refine with filters or upvote what's useful.
This project provides a comprehensive set of coding standards and style guidelines for JavaScript development. It covers fundamental language syntax, formatting conventions, and best practices for managing variables, functions, objects, and modern language features. The documentation serves as a reference for maintaining consistent code quality across projects. In addition to general language standards, the guide includes specific conventions for building and organizing user interface components. These guidelines address structural patterns, component lifecycle management, and stylistic rules
Comprehensive style guide for modern JavaScript development.
This project is a comprehensive set of architectural and coding standards for organizing and maintaining high-quality JavaScript applications. It provides a framework for JavaScript project best practices across the full software development lifecycle, establishing unified guidelines for project organization and development. The guidelines cover specific standards for REST API design, utilizing resource-oriented interfaces and standardized HTTP methods. It also includes a web accessibility standard focused on semantic HTML and automated audits, alongside a defined Git workflow standard for br
Provides a comprehensive set of standards for organizing and maintaining high-quality JavaScript applications.
This project is a JavaScript style guide and a set of coding standards designed to ensure codebase consistency. It provides a collection of best practices for writing maintainable and idiomatic code, focusing on variable naming, type checking, and execution context. The project serves as a static analysis guide, offering frameworks and guidelines for using linters and automated tools to identify bugs and verify code correctness before deployment. It establishes standards for formatting, syntax, and variable declarations to standardize code style across a project. The scope of the project cov
Principles of idiomatic JavaScript programming and style.
该项目是一个专注于 JavaScript 经典设计模式实现的库和软件架构指南。它提供了一系列具体的编码示例,将理论架构模式转化为可运行的代码,以提高软件的可维护性和可扩展性。 该仓库专注于用于解决常见软件工程问题的结构型和行为型模式。它提供了一套用于组织复杂逻辑和管理前端代码组织的模板和标准。 内容涵盖了广泛的能力领域,包括专业 JavaScript 开发以及应用既定的架构原则来解耦组件和管理应用复杂性。
Demonstrates best practices for writing maintainable, production-ready JavaScript using established architectural principles.
Spec 是一套全面的前端编码标准规范和项目架构指南。它提供了一个用于组织目录结构、模块依赖和包布局的框架,以创建可扩展且可预测的代码库。 该项目定义了严格的 React 组件治理标准,包括特定的命名约定和 Props 结构模式。它还建立了 JSON API 数据规范,通过标准化的交换格式和 HTTP 响应结构确保系统组件之间的可预测通信。 该规范涵盖了广泛的功能,包括通过语义化 HTML 和可访问表单控件实现 Web 无障碍合规,以及针对 DOM 操作和资源加载的 Web 性能优化策略。它进一步详细说明了 JavaScript、HTML 和 CSS 的编码风格标准,以在开发团队中保持一致性。
Defines guidelines for memory management and type checking to prevent runtime errors and memory leaks in JavaScript.