-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
now we use
@type myFoo {}
i propose we switch to
myFoo = @type {}
My arguments are:
- 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), soprop[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
- add yours here
Metadata
Metadata
Assignees
Labels
No labels