HACKING.md: link to Hickey

This commit is contained in:
Ronan Jouchet 2022-01-10 00:42:36 -05:00
parent 2274053792
commit cd7bd26d3c
1 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@ what you need to know to get started hacking on Nativefier.
Introducing breaking changes willy nilly is a comfort to us developers, but is
disrespectful to end users who must constantly bend to the flow of breaking changes
pushed by _all their software_ who think it's "just one breaking change".
See [Rich Hickey - Spec-ulation](https://www.youtube.com/watch?v=oyLBGkS5ICk).
4. **Avoid adding npm dependencies**. Each new dep is a complexity & security liability.
You might be thinking your extra dep is _"just a little extra dep"_, and maybe
@ -178,4 +179,4 @@ npm run changelog -- $VERSION
```
Do follow semantic versioning, and give visibility to breaking changes
in release notes by prefixing their line with **[BREAKING]**.
in release notes by prefixing their line with **[BREAKING]**.