awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesCode Element Size Limits

Maximum length constraints for files, lines, and methods to ensure maintainability.

Distinct from Code Complexity: Focuses on physical size (lines/characters) rather than algorithmic or cyclomatic complexity

Explore 2 awesome GitHub repositories matching part of an awesome list · Code Element Size Limits. Refine with filters or upvote what's useful.

Awesome Code Element Size Limits GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • checkstyle/checkstyleAvatar checkstyle

    checkstyle/checkstyle

    8,867Vezi pe GitHub↗

    Checkstyle is a Java static analysis tool and linter designed to identify and enforce coding standards and best practices. It functions as a code quality auditor and Javadoc validation tool, checking source code against configurable rulesets to ensure structural and stylistic consistency. The project allows for the creation of custom linting rules by extending a core API to inspect the abstract syntax tree. It further enables specialized validation through the use of XPath expressions to query the syntax tree for specific code patterns and violations. Capability areas include the enforcement

    Restricts the length of files, lines, and methods to maintain readability and manageability.

    Javacode-qualitycommand-line-toolhacktoberfest
    Vezi pe GitHub↗8,867
  • databricks/scala-style-guideAvatar databricks

    databricks/scala-style-guide

    2,784Vezi pe GitHub↗

    Restricts methods to under 30 lines and classes to under 30 methods to keep elements focused and maintainable.

    Vezi pe GitHub↗2,784
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Code Complexity
  5. Code Element Size Limits