I just start to study Angular 2 and honestly the sintax looks awful..
In developing Angular 2 it seems they really forgot two important aspect as
simplicity and readability.
One example of a framework that really does a good job on that IMHO is
Laravel.
Its syntax is beautiful and simple.
And it reduce the amount of code.
With one line of readable syntax it does ten 10 lines of dirty php job.
At a first glance the syntax of Angular 2 it looks horrible.
To make just one example from the tutorial:
getHeroesSlowly()
{
return new Promise<Hero[]>(resolve => setTimeout(() => resolve(HEROES),
2000));
}
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.