Aljeksej Jaroševič

Results 338 comments of Aljeksej Jaroševič

@ilyar Скорее, `[email protected]` p.s. Всё после первой точки это технология, инструменты не умеют `[.techA].techB`

@ilyar Виталя шарит)

Мне норм оба варианта: `[email protected]`, `[email protected]` (сейчас у нас `entityName.ie8.tech` и мне он не норм).

Еще один минус схемы без доп. символа это сортировка: ``` С точками: С собакой: entityName.css entityName.css entityName.desktop.css entityName.js entityName.etc.css [email protected] entityName.etc.js [email protected] entityName.ie8.css [email protected] entityName.js [email protected] ```

Думаю, что надо делать так: ```sh # Схема с суффиксами entityName/entityName.css entityName/entityName.js entityName/[email protected] entityName/[email protected] entityName/[email protected] entityName/[email protected] # Схема с папками # (ну или без @, но тогда есть вопросы как...

С элементами и модификаторами норм? ```sh # Схема с суффиксами entityName/entityName.css entityName/entityName.js entityName/[email protected] entityName/[email protected] entityName/[email protected] entityName/[email protected] entityName/_mod/entityName_mod_val.css entityName/_mod/entityName_mod_val.js entityName/_mod/[email protected] entityName/_mod/[email protected] entityName/__elem/entityName__elem.css entityName/__elem/entityName__elem.js entityName/__elem/[email protected] entityName/__elem/[email protected] entityName/__elem/[email protected] entityName/__elem/[email protected] entityName/__elem/_mod/[email protected] entityName/__elem/_mod/[email protected] # Схема...

@gurugray это следующий шаг, я думаю

@gurugray Я думаю, что ты этот шаг расширил, и теперь это он и есть)

@tadatuta Feels like this tactic would be the only possible for flat scheme. But for nested you'll got time lags between these events because there you can read dirs one...

@tadatuta Actually, you can if you doing it right. Let's assume you have these: ``` level1 b1 b2 b3 level2 b2 level3 b3 ``` You should read blocks in levels...