Answer the question
In order to leave comments, you need to log in
Emmet and jade? which is faster?
Hello, I'm a coder, I've been using emmet for years (zencoding), and I'm wondering which is faster emmet or jade code?
Interested in the opinions of people who have abandoned emmet (and analogues) and switched to jade or another html preprocessor.
I just really don't understand because typing ul>li*5>a>span is faster than manually writing from each line in jade
Thanks for your answers!
Answer the question
In order to leave comments, you need to log in
Разница в удобстве редактирования уже написанного кода, а вообще кому как удобно, с эммета можно начать и если нет надобности в циклах, условиях и прочих вкусностях джейда то можно и обойтись без него. Вы попробуйте если чувствуете джейд излишним в работе, то не используйте, в любом случае все улучшалки и упрощалки придуманы для удобства - если неудобно, то глупо идти на поводу у моды
The difference is in purpose and scale.
Emmet is designed for fast code deployment.
Jade is a template engine for creating components in a multi-page project.
The project footer has changed, the footer.jade component has changed, the footer has changed on all pages at once.
Switching to a template engine speeds up the development of projects.
And within the jade syntax, Emmet can be used to quickly type code.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question