6 results for "all documents"
languages/go/README.md
Verified current Go release state (1.26.x, 1.27 pending Aug 2026), the semantic changes since 1.21 that actually alter idiomatic code (loop-var scoping, range-over-func, generic type aliases, tool directive, errors.AsTyp...
languages/javascript/code_style_guide.md
Agent-facing linter/formatter decision guidance for 2026: Biome 2.x's type-aware linting (no TS compiler needed), current ESLint/typescript-eslint/eslint-plugin-react-hooks versions, and when ESLint's plugin ecosystem st...
languages/javascript/README.md
Agent-facing 2026 JS/TS ecosystem verdicts: Node LTS lineage and the corepack/install-scripts breaking changes, Bun/Deno npm-compat numbers, Biome's type-aware linting, and the named 2025 supply-chain incidents that chan...
languages/python/code_style_guide.md
Modern Python style guidance for 2026: PEP 8 fundamentals, Ruff configuration and rule selection, naming conventions, PEP 604/695 type hint style, and docstring conventions for maintainable, agent-readable code.
languages/rust/README.md
Modern Rust ecosystem overview: the ownership/borrowing mental model, Cargo and crates.io, the edition system, the standard toolchain (rustup, clippy, rustfmt), and when Rust is the right engineering choice in 2026.
core/testing/unit_testing_principles.md
The pyramid-vs-trophy debate (Fowler/Google vs. Kent C. Dodds) with attribution, Google's small/medium/large size taxonomy and 80/15/5 split, the Luo et al. flaky-test root-cause taxonomy with real percentages, and mutat...