Echo JS 0.11.0

<~>

MaxArt comments

MaxArt 2936 days ago. link 1 point
No mention of the proposed #private properties, hm.

Why should they mention them, though? They're still at stage 2, there's still time to reject them.
But if they'll get to 4, I think it will be time for TypeScript 3.
MaxArt 2938 days ago. link 0 point
> 1 === view(prop1Lens, complexObject)

Don't tell me it's a Yoda condition...
MaxArt 2940 days ago. link 2 points
Will you just stop with this spam?
You douche.
MaxArt 2941 days ago. link 1 point
Well... there goes TypeScript being a superset of JavaScript. This is where the roads separate, I guess, unless TS gets a prompt update.

> we need to allow public fields with the same name.

I'd say there's no such a thing: private properties always begin with a #, while publics ones never do.
MaxArt 2942 days ago. link 1 point
Not JavaScript and is that Comic Sans?!
MaxArt 2944 days ago. link 3 points
?! Where does this comparison make sense?
Laravel is a fully-fledged MVC framework, where Node is just a JavaScript execution environment. A fair comparison would be between Laravel and Express.

And again, Express is just a barebone router with some template engines, whereas Laravel is a battery-included framework with a service container (as you mentioned), a config manager, a default ORM, a testing library and so on. It's more like Angular in this sense, but for back-end development.

Honestly I have a poor idea why Laravel is shipping with Vue now, since one of the most powerful things in Laravel is indeed the routing system. The choice itself to ship with yet another library - and purely a front-end library on top of that, since it can't be used for SSR - is quite against the current general philosophy to be as minimal as possible.
MaxArt 2952 days ago. link 3 points
I'm not sure this comparison makes sense. Although most of the task we define are about bundling stuff, Gulp is a platform for any kind of scriptable task. As such, its contenders are Grunt, Broccoli or npm scrpts, while webpack's are Browserify or Rollup.
MaxArt 2955 days ago. link 3 points
I think it's the right decision, considering the security aspect.
MaxArt 2956 days ago. link 1 point
Isn't the gotcha here that everything passed to the `of` property gets evaluated anyway, even if it's not rendered? Because that's something I'd like to avoid and why I'm still sticking to conditionals.
MaxArt 2956 days ago. link 1 point
Is there a demo online anywhere? Do I have to install it?
[more]