Angular Bad Parts, part 6

Alexey Migutsky
1 min readNov 23, 2014

--

This article was originally published at fse.guru on November 10, 2014.
Moved to Medium for consistency with the
parent article.

Those docs suck. They still suck.

There are no reference projects.

There is no reference project structure.

No one share their experience with you through the framework. Yes, those practices can be overwhelming (I am looking at you, Ember). But it’s better to have overwhelming practices, than to have none.

Some encoded practices are questionable:
— Blocking the UI while resolving all promises? Really?
— No subrouting? Hmmm

The framework is MVW ( Whatever? Hmm, where is those angular.whatever() component? )

Do you really want to know all those possibilities, like MVVM and five MVC flavors, which you can use, or you just want to get your stuff done?

--

--