UNPKG

742 BMarkdownView Raw
1# Refactor
2
3- prompt and vimrli need to work together better, i.e. vim-rli is only there if vim plugin is used
4- things like repl, vimrli, etc., should be considered part of the app state and be requireable instead of being passed
5 around
6- in order for this to work, we need to get into a fully initialized state before activateing anything that depends on
7 those
8
9# Test
10
11- current plugins should be easily testable
12- rewrite already contains test body
13- feed Edits
14
15# No tests needed for
16
17- vimrli
18- instructions
19- log
20- state
21- utl
22
23- plugins
24 - commands
25 - src
26
27
28# Hard to test, so maybe not worth it
29
30- watcher
31- core dox (may change with node 0.10 since modules are preloaded)
32- anything in config
33
34# Tested
35
36- complete-append