David Schissler

Results 26 comments of David Schissler

@cdaringe Once everything is upgraded when using NPM 3 it would be the same since it installs flat dependencies. Just sayin'.

@cdaringe Would we bump the major version on every single post 1.0 module? Also I think that if someone committed to upgrading about 20 core packages that they should be...

I'm not sure how I would test it since I'm using only the following in my project: ``` ampersand-class-extend ampersand-collection ampersand-collection-view ampersand-dom ampersand-dom-bindings ampersand-events ampersand-router ampersand-state ampersand-version ampersand-view ampersand-view-switcher ```

This just struck me again during a refactor. Its difficult because not many languages require you to declare variable beforehand but then don't offer assistance around that.

I say skip the funky `list` language construct masquerading as function and just go to the proper destructuring syntax. That is unless the `[` and `]` tokens are done so...

Is there a problem reusing the bracket tokens?

Well brackets are used for destructuring in PHP and ES6 Javascript. So why model it on some other language or reinvent the wheel?

If it uses brackets then it would be easier to expand the destructuring to map arrays (someday) without adding another form. I can't think of a syntax for that which...

Maybe Zephir needs to borrow a complex operator test kit from another language to see if things should be changed.

I don't understand. You want to mix .zep files in with .php? What is the use case for that?