2

Hi everyone,

Writing code is exercise in precision. Since there are programs like sublime text3 / emmet
Do you recommend to use those as they they generate the code?

Comments
  • 2
    I don't think that Sublime generates code. However, I would advise not using boilerplates or snippets unless you can write them yourself.

    You're fucked if you're using Microsoft languages though.
  • 2
    The point of shortcuts and snippets are to make development faster by getting the code that you understand well but is a waste of your time to write.

    Emmet is pretty straightforward and requires you know what you're short cutting. I use it and it saves a lot of time.
  • 0
    @noonesboy Thanks a lot.
Add Comment