M
M
mirineqq2015-05-09 07:52:52
css
mirineqq, 2015-05-09 07:52:52

Emmet for beginners: pros and cons?

The question is a bit abstract. What do you think, is it worth it at the very beginning, when a person is really just starting to learn html & css, to teach him to write code using emmet? Or nevertheless in the given situation it is better to write all "pens". Just the same Specialist, for example, introduces emmet at the second level.

Answer the question

In order to leave comments, you need to log in

8 answer(s)
B
bromzh, 2015-05-09
@bromzh

Stupid question, it's just a "shortcut" for the code. It does not carry any semantic meaning. Usual convenience, like code highlighting or multiple cursors.

V
Vladlen Grachev, 2015-05-09
@gwer

The basics of using HTML / CSS are learned well in a week. What tags are, when and how they are used, what CSS is for, how selectors work, what properties are there and what they are for. All that is further is the study of subtleties and experience.
So, before learning the basics, emmet is not needed. Without knowledge of CSS, emmet is of little use. The expressions used to generate the HTML are, in fact, lightly flavored selectors. And property abbreviations can be remembered, knowing what exactly is abbreviated. As long as a person cannot write without emmet (does not know HTML / CSS), emmet will only interfere with him.

D
desuvin, 2015-05-09
@desuvin

Yes, because then it will be harder to get out of the habit of writing in the usual way, tested on yourself)
Try to use it in css as well.

D
Denis Ineshin, 2015-05-09
@IonDen

No, emmet is worth learning after you master the technology to perfection.
I will say more, for example, I don’t own emmet, but I can blind print at a very high speed. So you can still argue where is faster)) Touch typing is more profitable to study, because in addition to emmet structures, there are a lot of other things that need to be entered from the keyboard.

P
Pavel, 2015-05-09
@mrusklon

I started learning html css when there was no emmet, but I started using/practicing as soon as emmet appeared, and the fact that I almost didn’t write in pure html didn’t make much of a difference.
If a person can safely write on emmet, then why does he need html?
Emmet is the same html only abbreviated, hence the conclusion that a person already knows html or immediately knows how to implement this or that action.
And if you really need html knowing emmet learn in 5 seconds

T
thatside, 2015-05-09
@thatside

It seems to me that the best option is to study manually for some time, so as not to get confused about what needs to be entered and what is happening on the screen in general. And then, when at least some automatism appears and the "stream of thoughts" turns on - you can try with Emmet - it helps a lot to keep your thoughts in the right direction, and not just stuff tags.

D
DimaelVertigo, 2015-05-15
@DimaelVertigo

You know, my sublime was overgrown with modifications as they were needed and, so to speak, learned along with me. Emmett was no exception. It is most needed when you no longer need to waste time on withdrawal. Its snippets are often called abbreviations, and if you do not remember which letter to substitute in order to display the required one, then this tool will not save you time.
Do you remember the plot of the first Fast & Furious movie? It was about a driver who is too early to install a nitrogen accelerator in a car.

A
Alexey Kuzmin, 2015-07-09
@DealingKestrel2

When teaching, it's best not to use emmet. However, emmet is designed to speed up writing, so after studying it, I advise you to use it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question