Ross ROSS = Recommend OSS · open-source software intelligence for agents

mcinglis/c-style resource

My favorite C programming practices. observed · 2026-08-28

github.com/mcinglis/c-style · NOASSERTION (other) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 63
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4729
  • days_rel: n/a
  • days_push: 226
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2150 stars · 97 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A personal style guide documenting the author's favorite C programming practices, covering compiler warning flags, correctness, readability, and maintainability conventions. The author has since disavowed the document and points readers to modern resources like the SEI CERT C Coding Standard.

Use cases

  • learn C coding style conventions
  • find recommended compiler warning flags for C projects
  • improve readability and maintainability of C code
  • review best practices for writing correct C software
  • compare personal C style rules against a community guide

When to choose

  • you want a concise opinionated set of C style rules to pick and choose from
  • you need a starting point for configuring strict compiler warnings in a C build

When to avoid

  • you need an actively endorsed, up-to-date C standard - the author explicitly no longer recommends it
  • you want authoritative industry guidance - prefer SEI CERT or OpenSSF hardening guides
  • you need tooling rather than prose guidance - use clang-format instead

Facets

learning-resource · maturity maintenance

documentation developer-tools programming-languages tutorials developer-tools cross-platform c-programming coding-style style-guide best-practices compiler-warnings

1 source

Member repositories

RepositoryRoleHealth v2
mcinglis/c-stylemain10

For agents

markdown · JSON · MCP: product_card(name="mcinglis/c-style")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem