3 个仓库
Coding conventions and formatting rules specifically tailored for TypeScript projects.
Distinct from Coding Standards: Focuses specifically on TypeScript language constraints and conventions, whereas Coding Standards is language-agnostic.
Explore 3 awesome GitHub repositories matching software engineering & architecture · TypeScript Standards. Refine with filters or upvote what's useful.
This project is a software engineering reference that provides a cross-language formatting standard and industry-standard practices for architectural patterns, memory management, and identifier naming. Its primary purpose is to implement a unified set of indentation and whitespace rules applied consistently across multiple distinct programming environments. The project specializes in technical documentation localization, providing Chinese language translations of official programming style guides. It maps original English coding standards to Chinese language references to maintain meaning acr
Provides translated coding conventions and structural standards for TypeScript.
gts 提供了用于项目引导和应用一致性 Linting 及格式化风格指南的标准化实用程序。它作为一个 TypeScript 项目引导程序,使用标准化的依赖项、构建脚本和编译器设置来初始化新项目。 该项目实施了一个综合的 TypeScript 风格指南,由预定义的静态分析规则集合和自动调整源代码间距及语法的代码格式化程序组成。这些工具识别并修复代码风格违规,以确保代码库的一致性。 其他功能包括强制执行严格的编译器约束和类型检查行为。该系统还通过预提交(pre-commit)验证自动化与版本控制集成,以防止不合规的代码进入仓库历史记录。
Provides a comprehensive set of standardized linting and formatting rules to ensure consistency across TypeScript codebases.
The repository contains a curated collection of coding conventions, architectural patterns, and best practices designed for developing component-based web applications using Angular and TypeScript. It functions as an architecture manual establishing consistent patterns across development teams, covering application structure, component design, and code quality enforcement. The guidelines define domain-driven file organization and module encapsulation strategies that group project assets into bounded contexts with dedicated root facades to keep large codebases manageable and shorten import pat
A comprehensive set of coding standards and naming conventions designed for large-scale TypeScript and component-based web development.