You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name definition per assignment is common in other languages as PHP($foo = ...), Javascript(var foo = function(){} pretty similar neh?), etc
searchable without a regex enabled find, which is advanced feature (notepad++, browsers CTRLF don't have it) = @ vs current @[::alpha::]+ =
solves a possible conflict with property stacks(its how i call that background[2] stuff), so prop[foo] : @type bar {}; cant happen (saves us a console warning + priority decision)
Contra:
new syntax is harder to tell apart from a valid selector (implimentation detail)
sure but the parser is doing a Sisyphus level heavy-lifting already, and new syntax is doable
now we use
i propose we switch to
My arguments are:
PHP($foo = ...),Javascript(var foo = function(){}pretty similar neh?), etc= @vs current@[::alpha::]+ =background[2]stuff), soprop[foo] : @type bar {};cant happen (saves us a console warning + priority decision)Contra: