dimtabu

Results 10 comments of dimtabu

> Hey @taburetkin, thanks for sharing your thoughts! > > > It would be great if in the second version of the library the model and collection got rid of...

no. ``` // Destroy this model on the server if it was already persisted. // Optimistically removes the model from its collection, if it has one. // If `wait: true`...

> You quote the source code of the `destroy` method, which is 20 sloc, and then highlight 3 of those lines and declare that those are "the main thing". I...

I think that any decision will be a decision. i am here only to point some things. and i suppose i have a success in delivering my thoughts about that,...

sorry for being absent in this discussion in first, i just put it here: https://en.wikipedia.org/wiki/Dispose_pattern and in second, i want to say that current naming convention makes me ill. **.net**:...

> CRUD is already abstracted from collection/models, via `#sync` alias. If you don't want any network activity even possible, you can instantiate your own base models with `sync` method mocked....

> ```js > teardown: function() { > this.stopListening(); > }, > destroy: function(options) { > options = options ? _.clone(options) : {}; > var model = this; > var success...

i suppose, that attribute defined in `idAattribute` for a model can not be part of `defaults` because of the id nature . and i think that defaults should be transformed...

i have to say, that babel converts `constructor()` to `constructor: function()` also, microsoft edge understands this correctly `constructor()` and there is no errors if you are in edge check thisout:...

i think i can mixin `State` into the View maybe i even can mixin `Radio` into the View (but object already has it) but is it possible for a view...