diff --git a/harmful/software/dependences.png b/harmful/software/dependences.png new file mode 100644 index 0000000..2c6d81d Binary files /dev/null and b/harmful/software/dependences.png differ diff --git a/harmful/software/is-even.png b/harmful/software/is-even.png new file mode 100644 index 0000000..30f04d8 Binary files /dev/null and b/harmful/software/is-even.png differ diff --git a/harmful/software/is-odd.png b/harmful/software/is-odd.png new file mode 100644 index 0000000..c6e9e2b Binary files /dev/null and b/harmful/software/is-odd.png differ diff --git a/harmful/software/javascript/index.md b/harmful/software/javascript/index.md index 49c017c..bf0d8b6 100644 --- a/harmful/software/javascript/index.md +++ b/harmful/software/javascript/index.md @@ -97,7 +97,34 @@ thanks to this great idea we've now worse things outside the Chromium browser. Meaning that node is just a part of chromium with marketing) +## Idiotic programmers + +As JS standard library wasn't enough pain, you can create modules, as +stated before, JS programmers should not be called programmer as a +sign of respect to other programmers, for example, the +`[is-even]`(https://www.npmjs.com/package/is-even) node module: + +![](is-even.png) + +>\>200k weekly downloads + +And if you look the `is-even` source code, you see this: + +![](is-odd.png) + +`is-even` is just a call to the `is-odd` library, okay + +And then, if you go to the [module +site](https://www.npmjs.com/package/is-odd) you can see how it has +400K weekly downloads. And if you go to their [GitHub +site](https://github.com/i-voted-for-trump/is-odd). You have the honor +to see this: + +![](dependences.png) + + # Syntax + The syntax was written by a gorilla, it uses camelCase, (I don't like it, but well, i can live with it). diff --git a/harmful/software/source-code.png b/harmful/software/source-code.png new file mode 100644 index 0000000..03046dc Binary files /dev/null and b/harmful/software/source-code.png differ