I was really hoping this was a survey to Angular 1.x developers asking how annoyed you are that Angular 2 completely changed everything. Angular 2 should have been a new framework, IMHO.
I'll defend ebbv I have no intention of migrating V1 apps to V2 - it would be a waste of time and money. And until I see real world examples of V2 performance or adoption, I'll continue to use V1 due to the incredible amount of 3rd party code that works with it - which I'm assuming, is alllll gonna need to be re-written to work with V2. What if PHP 7 broke all backwards compatibility with PHP 5 unless hacks were used…
Angular 2 Survey Results
51–60 of 82 posts
Re: Angular 2 Survey Results
#52Re: Angular 2 Survey Results
#53Re: Angular 2 Survey Results
#54Hey, UI Router lead dev here. I'm interested in any & all feedback people have regarding Component Router vs. UI Router, what they like/don't like, and whether or how much they'd like to see UI Router support for Angular 2.
Re: Angular 2 Survey Results
#55Re: Angular 2 Survey Results
#56Earlier quoted context omitted.
I'll defend ebbv I have no intention of migrating V1 apps to V2 - it would be a waste of time and money. And until I see real world examples of V2 performance or adoption, I'll continue to use V1 due to the incredible amount of 3rd party code that works with it - which I'm assuming, is alllll gonna need to be re-written to work with V2. What if PHP 7 broke all backwards compatibility with PHP 5 unless hacks were used…
v2 cemented the fact that I will never willing build another angular app. I have no interest in frameworks that do not provide clear upgrade paths.
http://angularjs.blogspot.com/2015/08/angular-1-and-angular-...
Re: Angular 2 Survey Results
#57Earlier quoted context omitted.
And jQuery is... surprise! A library.
It does have some framework properties, like the whole plugin mechanism.
Re: Angular 2 Survey Results
#58I was really hoping this was a survey to Angular 1.x developers asking how annoyed you are that Angular 2 completely changed everything. Angular 2 should have been a new framework, IMHO.
Re: Angular 2 Survey Results
#59Hey, UI Router lead dev here. I'm interested in any & all feedback people have regarding Component Router vs. UI Router, what they like/don't like, and whether or how much they'd like to see UI Router support for Angular 2.
Your code is good but not sufficiently better than component router to justify the friction.
Re: Angular 2 Survey Results
#60It's funny how so many development communities feel like they need to start over and create an entire new framework. Perl 6, PHP 6 (which was never released), the disaster that is Python 2/3 (many standard libraries were renamed breaking a ton of libraries, and now Angular. PHP, which is hated by many here because it isn't hip, at least allows you to run 4 code on the 5 interpreter with no issues. When Microsoft did…
> PHP [...] at least allows you to run 4 code on the 5 interpreter with no issues Speaking as someone who at one time made a living porting PHP4 code to PHP5, that's not even the same ballpark as reality. No non-trivial code base made that transition without effort. But it is of course possible to write code that runs on both versions, which may be the source of the confusion. Guess why all cheap web hosting companie…
Sure it can be possible to run PHP4 code on PHP5, but only AFTER you have tested and debugged it on the newer PHP version.