forked from jamesshore/lets_code_javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtodo.txt
More file actions
30 lines (24 loc) · 826 Bytes
/
todo.txt
File metadata and controls
30 lines (24 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
WeeWikiPaint
Minimum Marketable Features:
* marketing home page
- collaborative painting page (very basic)
- wiki-fy the pages
- more complex painting?
- more collaborative features?
User Stories:
> Marketing copy
* Publish to Internet
Engineering Tasks:
- Fix DNS
To Do on current task:
Future ideas:
- Create 'fail fast' assertion code
- Abstract test framework? (Swap out a different framework to make sure abstraction works)
- Static checking of function parameters (rather than writing tests)
- Handle errors properly in server.js
- server.stop() waits for open connections to close (e.g., Firefox keeps open connection).
Make it forcibly close?
- Remove Node version duplication between package.json and Jakefile.js
- Fix httpGet duplication
Notes:
- NodeUnit default reporter has minor display issue on Windows