dart-archive / angular.dart

Legacy source repository. See github.com/dart-lang/angular
https://webdev.dartlang.org/angular/
1.25k stars 248 forks source link

Angular needs to improve deprecation process #1186

Open yjbanov opened 10 years ago

yjbanov commented 10 years ago

Currently when something is deprecated in Angular that thing is annotated with @deprecated. And that's it! Unfortunately, this does not tell the user how to proceed. Since this happened several times already, I'm logging this so a better deprecation process is documented in the coding guidelines and followed by contributors.

We should start with:

vicb commented 10 years ago

:+1: We should also use @Depreacted(msg)

Where msg informs about when it will be deprecated and how o upgrade