We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Lint Your Code Into the Future

Formale Metadaten

Titel
Lint Your Code Into the Future
Serientitel
Anzahl der Teile
16
Autor
Lizenz
CC-Namensnennung 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
In Ember, we have a long history of nudging people to do the right thing with deprecations and common linting rules that get updated over time. Anyone with a modestly sized app that needs to be kept up to date knows the difficulties of having to change hundreds of files that have multiple linting errors all at once. With a little bit of process and some handy tools in your CI pipeline, this pain can be greatly reduced and you can happily lint your large apps all the way to modern Ember at your own pace.