diff options
| author | a14m <[email protected]> | 2021-01-24 23:34:00 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2021-01-24 23:34:00 +0100 |
| commit | d1fc54d9c8e10f0aced6de3c275bf494f6867abf (patch) | |
| tree | a01e9f7ded50b753fb77bb20c8734d2765e41bb1 | |
| parent | 076ff012551c543a822a05c6e34c6a10b7831b69 (diff) | |
Update CONTRIBUTING guide
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c30b7f2..a44e3fb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ Contribution to this project is welcome ## General Guidelines Please read the [Code of Conduct](./CODE_OF_CONDUCT.md)<br/> -Please read these blog posts (which frame the philosophies that we are trying to follow, to keep things simple/clean and maintainable) +Please read these blog posts - [Write code that is easy to delete, not easy to extend](https://programmingisterrible.com/post/139222674273/write-code-that-is-easy-to-delete-not-easy-to) - [Write code that is easy to delete, and easy to debug too](https://programmingisterrible.com/post/173883533613/code-to-debug) |
