How Google broke the OSS compact with Angular 2.0
codebetter.com
How Google broke the OSS compact with Angular 2.0
1–10 of 18 posts
Re: How Google broke the OSS compact with Angular 2.0
#2Re: How Google broke the OSS compact with Angular 2.0
#3Re: How Google broke the OSS compact with Angular 2.0
#4TL;DR: It's being developed in secret. Blog posts takes a lot of words to say one thing.
Re: How Google broke the OSS compact with Angular 2.0
#5Does it have an OSS license? Do they adhere to it in practice? If so, then your complaint isn't one of OSS, but rather community politics.
Re: How Google broke the OSS compact with Angular 2.0
#6Re: How Google broke the OSS compact with Angular 2.0
#7Atleast for me, if this change goes through, I won't return to Angular. Angular 3.0 might rewrite everything again for all I care. I just wouldn't trust the angular devs anymore.
Re: How Google broke the OSS compact with Angular 2.0
#8I've grown kind of tired of these sorts of posts, where people assume that OSS means handling the community exactly the way you prefer. Does it have an OSS license? Do they adhere to it in practice? If so, then your complaint isn't one of OSS, but rather community politics.
Re: How Google broke the OSS compact with Angular 2.0
#9I'll feel the same pain as everyone else when 2.0 is released, but instead of wasting time complaining about it, I'll pick it up, embrace it, and keep my whimpering to myself.
NG Core is kind enough to share their work with me. Sure, I've invested time in learning it, but they don't owe me anything for that investment.
Feel free to apply down votes here to express your anguish.
Re: How Google broke the OSS compact with Angular 2.0
#10While I can understand making breaking changes, and sometimes very big ones, I feel like this timing is incredibly poor, and is coming when many people are just learning the framework. At this point in time I do not want to invest any more time in the framework or its changes: the stable version I use will soon be obsolete; I can't learn the "new" version or use the "new" version now; and I don't know when the point will come when the AngularJS core team - and Google - are happy with the decisions they have made, if the point EVER comes ( especially re: Google ).
I also feel that while they addressed many of the concerns that the community had, the decisions they made were not strictly speaking "necessary". For example, removing all the ng-* stuff "looks" nicer, but it is now less clear which code is repsonsible for handling that declarative behavior. I would have preferred a mechanism which allows you to specify other "included" directives in a directive definition in a clear and concise manner ( without hacking on compile or link functions ).
I think I'm going to try Ember or something else. I liked Angular for what it showed me - that a data binding approach could really ease the pain of radical design changes, for example - but I'm not going to be sticking with it after this project. Time to move on.