From cd7bd26d3c8f4547e4e502913b14585ba4879ed0 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Mon, 10 Jan 2022 00:42:36 -0500 Subject: [PATCH] HACKING.md: link to Hickey --- HACKING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HACKING.md b/HACKING.md index cd3fead..fc6c9a6 100644 --- a/HACKING.md +++ b/HACKING.md @@ -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]**. \ No newline at end of file +in release notes by prefixing their line with **[BREAKING]**.