An open API service indexing awesome lists of open source software.

https://github.com/karmaniverous/rules

Karmic Rules for Writing Pretty Good Code
https://github.com/karmaniverous/rules

Last synced: 17 days ago
JSON representation

Karmic Rules for Writing Pretty Good Code

Awesome Lists containing this project

README

          

# Karmic Rules for Writing Pretty Good Code

In order by insertion:

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

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

0. Nothing raises issues like contact with reality.

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

0. A work in progress is the best kind.

0. Generic logic + custom config ≫ custom logic

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

## Contributors

[Submit an issue](https://github.com/karmaniverous/rules/issues) with your entry.