What are cons to write and manage CSS in notepad? in compare to any css IDE?
specially in team environment? How much it will effect to project timeline if we are forced to use notepad.
should we always use an IDE for CSS?
What are cons to write and manage CSS in notepad? in compare to any css IDE?
specially in team environment? How much it will effect to project timeline if we are forced to use notepad.
should we always use an IDE for CSS?
I use Notepad++ for editing my CSS and one of the things it does better than Notepad is syntax highlighting and occassionally formatting and indentation.
Syntax highlighting isn't that important for CSS but at least having an editor with that does cut down on typo errors.
If it's only cons:
But for me, time is precious. I'll rather open CSS files and edit them in Notepad, rather than spending some time opening, saving code and closing an IDE just to edit few lines of CSS code.