Hacker News new | ask | show | jobs
by irahul 4963 days ago
How can you compare Razor's elegant syntax with Rails really smelly view engine: @foreach (var person in Model.Friends) { <p>@person.Name</p> }

Wow. That's revolutionary. Iterating over a collection.

/s