Hacker News new | ask | show | jobs
by TheAceOfHearts 4083 days ago
I wrote a blog post[0] relating to this as well. If you're going to flaunt your framework as the next big thing, you should give real world examples.

My unhappiness with angular is part of why I wrote this up as well. In their own docs they do things that are considered bad practices, they don't have readily available examples for how to test certain things, and they don't have any examples of how a "real" app should look.

I'd love if people that put out these frameworks released a non-trivial app WITH tests, using the framework.

I think Rails has done an amazing job with these things. Their guides are outstanding.

[0]: https://blog.cesarandreu.com/posts/testing_not_as_an_afterth...