rfc:alternative-closure-use-syntax

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
rfc:alternative-closure-use-syntax [2019/06/15 21:57] wesnetmorfc:alternative-closure-use-syntax [2019/06/16 12:03] (current) wesnetmo
Line 10: Line 10:
  
 PHP users often say that they find defining the lexical-scope imports cumbersome, because PHP users often say that they find defining the lexical-scope imports cumbersome, because
-they hate writing the variables explicitly.+they hate importing the variables explicitly.
  
-My (updated) opinion on the matter is that what's actually annoying is not having to write +My opinion on the matter is that what's actually annoying is not writing the variable 
-the variable names, but the syntax with which the imports are defined.+names, but the syntax with which the imports are defined.
  
-In ES we are forced to declare variables and we don't find it annoying; in PHP we don't+In ES we are required to declare variables but we don't find it annoying; in PHP we don't
 have to declare variables, but we are required to specify which one we want to import in have to declare variables, but we are required to specify which one we want to import in
 ''Closure''s. It won't be much different if not for the syntax. It is very standard in ES, ''Closure''s. It won't be much different if not for the syntax. It is very standard in ES,
rfc/alternative-closure-use-syntax.txt · Last modified: 2019/06/16 12:03 by wesnetmo