Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 636 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 636 Bytes

Karmic Rules for Writing Pretty Good Code

In order by insertion:

  1. Minimize external dependencies and try not to use shitty libraries.

  2. Troubleshooting works just like the regular kind: you won't hit your target if you don't have one.

  3. Nothing raises issues like contact with reality.

  4. If you want to get a complex process right, template it.

  5. A work in progress is the best kind.

  6. Generic logic + custom config ≫ custom logic

  7. Iterating: regularly on purpose ≫ by accident with your hair on fire ⇒ design.

Contributors

Submit an issue with your entry.