summaryrefslogtreecommitdiffstats
path: root/computer
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-03-12 13:32:53 +0100
committerMatthias Beyer <mail@beyermatthias.de>2022-03-12 13:32:53 +0100
commit77b1de3289a262398a240e77415156df7f4650ca (patch)
tree8ed00c35203aa4b8670ef8802e881dae86c3db97 /computer
parent64fc01a2296238fdfff31bd1e692ab004a7caff8 (diff)
Add article on why oop is bad
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'computer')
-rw-r--r--computer/programming.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/computer/programming.md b/computer/programming.md
index 021805d..8540296 100644
--- a/computer/programming.md
+++ b/computer/programming.md
@@ -16,4 +16,5 @@ tutorials and resources.
## Readworthy articles
* [The Voids Of Haskell](https://github.com/graninas/The-Voids-Of-Haskell)
+* [Why is Object-Oriented Programming Bad?](https://ovid.github.io/articles/why-is-object-oriented-programming-bad.html)