Skip to content

srnnkls/loqui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

loqui

Build with consequence
Code with eloquence and style

loquī • present active infinitive of loquor; third conjugation

Pronunciation: /ˈɫɔ.kʷiː/ (Classical), /ˈlɔː.kʷi/ (Ecclesiastical)

to speak, to talk, to say

The root gives us eloquence, colloquial, loquacious, and soliloquy.

About

Modern language guidelines for the age of AI. Opinionated style guides that help both humans and AI assistants write better code.

Languages

  • Python — Types first, composition over inheritance, feature-based organization
  • Go — Interfaces for abstraction, packages for namespacing, errors as values

Principles

These guides share common themes:

  • Naming over comments — Spend 5x more time on names than comments
  • Composition over inheritance — Even in languages that support inheritance
  • Feature-based organization — Group by domain, not technical layer
  • Parse at boundaries — Accept permissive input, convert to strict types immediately
  • Explicit over implicit — Make intent clear through code structure

About

Build with consequence – Code with eloquence and style

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors