sourcephile
/
git
/
tmp
/
julm
/
arpeggigon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ab3071
)
Delete PROBLEMLOG.md
author
Guerric Chupin
<guerric.chupin@gmail.com>
Thu, 22 Sep 2016 13:58:44 +0000
(13:58 +0000)
committer
Guerric Chupin
<guerric.chupin@gmail.com>
Thu, 22 Sep 2016 13:58:44 +0000
(13:58 +0000)
PROBLEMLOG.md
[deleted file]
patch
|
blob
|
history
diff --git
a/PROBLEMLOG.md
b/PROBLEMLOG.md
deleted file mode 100644
(file)
index
f0b7713
..0000000
--- a/
PROBLEMLOG.md
+++ /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.