summaryrefslogtreecommitdiffstats
path: root/computer/programming.md
blob: 8540296dbf25a61a599f36487e12294837f84ab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: Programming
---

Notes on programming go here.

These are more general notes, not tutorials. Some sections contain links to
tutorials and resources.

## Lists of Public APIs

* [public-api-lists/public-api-lists](https://github.com/public-api-lists/public-api-lists)
* [public-apis/public-apis](https://github.com/public-apis/public-apis)


## 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)