Code

Code is the garden quadrant for dependencies and notations in the repo: languages and DSLs, libraries, frameworks, and test harnesses you import or reference. It is not where we classify things you operate (Tool: IDEs, CI runners, scanners) or deploy on (Platform: clouds, orchestrators), nor how you work (Technique: patterns, practices, delivery methods).

Subcategories (how to tag):

SubcategoryTag when…Examples
LanguageThe artifact is a syntax, spec, or data languageYAML, JSON, HCL, OpenAPI, Protobuf
LibraryReusable package/API you link; no app skeletonZap, tree-sitter, OpenTelemetry
FrameworkOpinionated app stack (routing, lifecycle, layout)Ruby on Rails
Test FrameworkPrimary job is running/writing automated testsHelm Unittest, TestContainer, Container Structure Test
game engineReal-time interactive runtime for gamesEbitengine

Direct items (no subcategory): general-purpose languages and misc code artifacts that do not fit a subcategory yet, e.g. GoLang, Python, Ruby, Dev Container specs. Prefer a subcategory when one clearly applies.

Garden stance at this level: favor small, composable Library dependencies over heavy Framework lock-in unless the framework pays for itself; keep Language choices boring and portable (YAML, JSON adopt); implement testing via Test Framework items tied to Unit Testing / Integration Testing techniques, not ad-hoc scripts.

Publish subcategory pages (Language, Library, etc.) so Hugo taxonomy and the public garden can list children under Code.

Subcategories