mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-03 14:17:29 +00:00
HACKING: markdown format
This commit is contained in:
parent
8d178b2507
commit
2274053792
@ -30,7 +30,7 @@ what you need to know to get started hacking on Nativefier.
|
|||||||
4. **Avoid adding npm dependencies**. Each new dep is a complexity & security liability.
|
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
|
You might be thinking your extra dep is _"just a little extra dep"_, and maybe
|
||||||
you found one that is high-quality & dependency-less. Still, it's an extra dep,
|
you found one that is high-quality & dependency-less. Still, it's an extra dep,
|
||||||
and over the life of Nativefier we requested changes to *dozens* of PRs to avoid
|
and over the life of Nativefier we requested changes to _dozens_ of PRs to avoid
|
||||||
"just a little extra dep". Without this constant attention, Nativefier would be
|
"just a little extra dep". Without this constant attention, Nativefier would be
|
||||||
more bloated, less stable for users, more annoying to maintainers. Now, don't go
|
more bloated, less stable for users, more annoying to maintainers. Now, don't go
|
||||||
rewriting zlib if you need a zlib dep, for sure use a dep. But if you can write a
|
rewriting zlib if you need a zlib dep, for sure use a dep. But if you can write a
|
||||||
|
Loading…
Reference in New Issue
Block a user