-
Notifications
You must be signed in to change notification settings - Fork 1
/
TODO
42 lines (42 loc) · 1.55 KB
/
TODO
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
31
32
33
34
35
36
37
38
39
40
41
42
- remove incommonjsbrowser repo
- DONE try to move the submodules in /vendor
- DONE fix brequire new version
- time to learn git a bit more
- DONE try to remove the underscore dependancy for casti_ctrl_t
- http://philrathe.com/articles/equiv
- webpeer.it: download page
- your computer is webpeered (green)
- your computer is not webpeered (red)
- DONE url of library
- http://webpeer.it/js/webpeer-lastest.js
- http://webpeer.it/js/webpeer-lastest-min.js
- DONE web_build: honor DESTDIR in destination file
- default to .
- thus in webpeer.it site, use this to generate import the last version
- DONE contrib/stress_test
- /casti & /oload
- DONE remove contrib web
***********************************************************
TODO
- contrib/
- casti test/oload test
- make it installable
- how to handle test and docs
- for exes, docs == man
- for class, docs == jsdoc
- what about a class == exe, contain manpage in pod + test + cmdline
- this fit well the unicity issue
- make a source rather dirty tho
***********************************************************
NAMING:
- big issue in naming
- how to name executable
- neoip-detect to detect applications
- neoip-url to build url... how to distinguish from oload and casto ?
- if --stream is contained process.argv[] remove it and launch casto
- if --static, launch oload
- if none, launch oload
- how to name files and class
- usually i use _t at the end of class. This make a clear diff between the naming
of the object and the naming of the class
- some use upper/lower char instead