HE Shi-Jun

Results 543 comments of HE Shi-Jun

> as in most new array methods Very interesting... So I checked the "new array methods" - spread/from/entries/keys/values (2015): iterable related and all treat empty items as `undefined` - of/fill...

@TechQuery Ideally no one should use arrays with empty slots anymore. It's unclear whether empty slots have different meaning with intentional `undefined` item in specific usage, so I think it's...

`ref z = ref y` seems a bit confusing. Actually object/array binding patterns are also confusing. Currently `const { ref x } = o` is same as `const x =...

> 这是有意设计成这种差异还是历史遗留问题? 有意设计成这样的——「方法」不能作为构造器。

This is really an issue. My project Jedi (https://github.com/hax/jedi) is a template engine, the parser and the transpiler of it are written in ometajs, but only original version works. This...

@army8735 @ustccjw @chenjunxyf @lwbjing @OllivanderMe @barretlee @SAWSAWSAW 占位或mark可以点页面上的 subscribe 按钮。用于占位、单纯点赞等无营养的comment恕删。

@qiangspecial @dolymood @byphper @ColdXu 需要mark请点subscribe按钮。没有实质内容的comment恕删。

最近 ``接近合并入html规范。也有新的标准提案尝试基于 ES2015 module 重新考虑 HTML imports: https://github.com/dglazkov/webcomponents/blob/html-modules/proposals/HTML-Imports-and-ES-Modules.md 。预计2016年年中我们可重新review这个话题。

@airen 我对 Atomic Design 不太了解,但看上去这是一个设计方法论,超出了这里所讨论的纯技术范畴。多说一句,我对于采用比喻(如原子、分子、有机体……)作为基本概念的系统(无论是设计方法论还是技术体系或者其他什么东西)都抱有警惕。因为它规避了真正的下定义。你可以注意到本篇的很多篇幅都是在辨析定义和厘清概念。

@justjavac 对我来说,至少vue比react更接近一点点。