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
I suggest to split current i-bem and i-bem__dom modules into following ones with clear responsibilities (instead of current mess with classes, declaration, constants and bulk operations):
(i-)?bem -- facade for operations with bem-blocks. It contains decl and create methods.
(i-)?bem__block -- base bem-block. It shouldn't be used directly.
(i-)?bem-dom -- facade for bemdom-blocks. It contains decl, init, destruct, update, before, after, etc. and some fields like scope, win, doc).
(i-)?bem-dom__block -- base bemdom-block. It's inherited from bem__block and shouldn't be used directly as well.
The text was updated successfully, but these errors were encountered:
I suggest to split current
i-bem
andi-bem__dom
modules into following ones with clear responsibilities (instead of current mess with classes, declaration, constants and bulk operations):(i-)?bem
-- facade for operations with bem-blocks. It containsdecl
andcreate
methods.(i-)?bem__block
-- base bem-block. It shouldn't be used directly.(i-)?bem-dom
-- facade for bemdom-blocks. It containsdecl
,init
,destruct
,update
,before
,after
, etc. and some fields likescope
,win
,doc
).(i-)?bem-dom__block
-- base bemdom-block. It's inherited frombem__block
and shouldn't be used directly as well.The text was updated successfully, but these errors were encountered: