Hacker News new | ask | show | jobs
by couchand 3071 days ago
> you can write dependency free views

Well, explicit-dependency-free, but there's still an implicit dependency on the tag names. Granted, those are just standard HTML, but something is lost by not checking them at compile time. OTOH, you could write a linter for that...