samuelgoto / proposal-block-params

A syntactical simplification in JS to enable DSLs
205 stars 8 forks source link

Statements as Expressions #6

Open samuelgoto opened 7 years ago

samuelgoto commented 7 years ago

There is a trend to turn more and more statements into expressions (e.g. do expressions, throw expressions, etc). As that moves forward, would that make the current patterns "good enough"?