Remove jasmine.util.extend
This commit is contained in:
17
GOALS_2.0.md
17
GOALS_2.0.md
@@ -14,9 +14,13 @@
|
||||
|
||||
### Hard
|
||||
* Finish killing Globals
|
||||
* Guidlines: everything that isn't a CTOR should be closed inside `Env`, and everything that is a CTOR needs to be `new`ed inside the `Env`
|
||||
* Guidelines: everything that isn't a CTOR should be closed inside `Env`, and everything that is a CTOR needs to be `new`ed inside the `Env`
|
||||
* Spies
|
||||
* jasmine.util should be util closure inside of env or something
|
||||
* argsToArray is used for Spies and matching
|
||||
* inherit is for how matchers are added/mixed in, reporters, and pretty printers
|
||||
* formatException is used only inside Env/spec
|
||||
* htmlEscape is for messages in matchers - should this be HTML at all? Is that Reporter responsibility?
|
||||
* Suites need to be unit-tested
|
||||
* Remove Queue from Suite in favor of queuerunner refactoring
|
||||
* Remover Runner in favor of a top-level Suite
|
||||
@@ -24,5 +28,12 @@
|
||||
* get feature parity back on HTMLReporter
|
||||
|
||||
### Easy
|
||||
* Refactor `queuerunner` into a new object
|
||||
* xdescribe / xit make skipped specs instead of empty blocks
|
||||
* Refactor `queuerunner` into a new object
|
||||
* xdescribe / xit make skipped specs instead of empty blocks
|
||||
|
||||
## Other Topics
|
||||
|
||||
* Build - can we, should we redo the build and release process AGAIN in order to make it less arcane
|
||||
* Docs
|
||||
* JsDoc is a pain to host and RubyMine is pretty good at navigating. I say we kill it officially
|
||||
* Docco has gone over well. Should we annotate all the sources and then have Pages be more complex, having tutorials and annotated source like Backbone? Are we small enough?
|
||||
|
||||
Reference in New Issue
Block a user