3 Repos
Patterns for organizing code within a specific language to improve maintainability, such as using extensions for protocol conformances.
Distinct from Package-Based Code Organization: Distinct from Package-Based Code Organization: focuses on internal file structure and grouping logic via language features rather than folder/package boundaries.
Explore 3 awesome GitHub repositories matching software engineering & architecture · Language-Specific Structural Patterns. Refine with filters or upvote what's useful.
This project is a community-driven style guide that defines standards for formatting and structuring Ruby code. It serves as a collection of language conventions and best practices intended to ensure that Ruby applications are written idiomatically and maintainably. The guide functions as a static analysis standard, providing a reference that automated linting tools use to enforce uniform coding patterns and structural rules. By mapping written guidelines to these automated configurations, it establishes a shared source of truth for code consistency. The scope of the project covers Ruby code
Organizes coding standards into specific structural patterns and examples for consistent application.
This project is a comprehensive set of standards for the Swift ecosystem, providing a code style guide, API design standards, and a memory management guide. It establishes standardized naming and formatting rules to ensure consistent and maintainable source code. The project includes a linting configuration used by automated tools to detect and enforce syntax patterns. These rules are designed to standardize code style and can be integrated into build phases to block commits with formatting errors. The guidelines cover a broad range of development capabilities, including the use of access mo
Establishes standards for grouping protocol conformances and functionality into extensions to maintain a clean class structure.
Dieses Projekt ist ein Icon-Pack für Visual Studio Code, bestehend aus einer Bibliothek von SVG-Grafiken und Erkennungssystemen, um das Erscheinungsbild des Datei-Explorers anzupassen. Es bietet einen umfassenden Satz visueller Identifikatoren für Dateien und Ordner, um die Projektnavigation und Strukturvisualisierung zu verbessern. Die Erweiterung enthält einen Framework-Detektor, der Arbeitsbereichs-Verzeichnisstrukturen scannt, um automatisch technologie-spezifische Icons anzuwenden. Benutzer können ihre Umgebung durch manuelle Icon-Zuweisungen, die Integration benutzerdefinierter Icons aus externen Verzeichnissen und die Möglichkeit, zwischen verschiedenen Icon-Presets zu wechseln, weiter personalisieren. Das System handhabt die Visualisierung von Datei- und Ordner-Typen durch das Mapping von Erweiterungen und Namen auf spezifische Assets, einschließlich themenbewusster Auflösung für helle und dunkle Oberflächen. Es enthält zudem Funktionen zur Lokalisierung von Schnittstellentexten und Dienstprogramme zum Zurücksetzen der Konfigurationen auf den Standardzustand.
Automatically applies technology-specific icon sets by scanning the workspace for framework-identifying filenames.