Delete PROBLEMLOG.md
authorGuerric Chupin <guerric.chupin@gmail.com>
Thu, 22 Sep 2016 13:58:44 +0000 (13:58 +0000)
committerGuerric Chupin <guerric.chupin@gmail.com>
Thu, 22 Sep 2016 13:58:44 +0000 (13:58 +0000)
PROBLEMLOG.md [deleted file]

diff --git a/PROBLEMLOG.md b/PROBLEMLOG.md
deleted file mode 100644 (file)
index f0b7713..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-Problem log
-============
-
-This file lists several problems that have occured during the
-programming of this software, and hopefully there solution.
-
-# `onChange` function implementation
-
-I needed a function that would trigger an event whenever its input
-changed. It didn't exist so I had to implement it (and it's not
-trivial…). See Reactogon.Auxiliary.Auxiliary, it should still be
-there.