From 2c24f31e72ab1aa22c5af1b653b0094d0b15b8b1 Mon Sep 17 00:00:00 2001 From: peabnuts123 Date: Wed, 26 Dec 2018 19:10:30 +1300 Subject: [PATCH] Adding backlog to README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ccc3af..43c8aa3 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,13 @@ ### Original project (by [jmcneese](https://github.com/jmcneese/libnoise.js)): > A (mostly) direct port of C++ [libnoise](http://libnoise.sourceforge.net/index.html) for CommonJS/Node.js -This is a fork that ports the code to TypeScript and modernises things a bit. This library can be used with both Node.js and web projects. \ No newline at end of file +This is a fork that ports the code to TypeScript and modernises things a bit. This library can be used with both Node.js and web projects. + +## Backlog + - Move all this common logic into an interface + - Write some tests + - Explicit return types of functions + - Re-enable strict type checking + - Make less constructor stuff optional + - Audit npm + - Reconcile public/private members against libnoise source \ No newline at end of file