|
|
|
|
|
by epochwolf
5541 days ago
|
|
Haml user here. I use haml because it allows me to see an entire page's code in a much cleaner format than erb with HTML. I can hammer out or rearrange chunks of HTML much faster in haml. To draw a comparison: haml is to HTML as yaml is to XML. Haml is denser and cleaner but it won't do everything. I still use erb and HTML for some templates because the haml just gets ugly. Edit: a note, I am plenty comfortable writing vanilla HTML, I just prefer the speed and clarity of haml. |
|