Confirmed users
396
edits
m (grammar fix: quiet > quite) |
|||
Line 15: | Line 15: | ||
This JEP describes a method for enabling experimentation with experimental Jetpack features, or features that aren't stable/frozen. | This JEP describes a method for enabling experimentation with experimental Jetpack features, or features that aren't stable/frozen. | ||
There is a tension in Jetpack development between (a) moving quickly and being agile, and (b) creating solid APIs that are future proof. We need to have and be both. As a way to compromise, this JEP proposes adding an import mechanism that allows access to not- | There is a tension in Jetpack development between (a) moving quickly and being agile, and (b) creating solid APIs that are future proof. We need to have and be both. As a way to compromise, this JEP proposes adding an import mechanism that allows access to not-quite-yet-ready Jetpack features. | ||
One of the requirements for this import mechanism is that as few code changes are required for any particular Jetpack as a feature is moved from experimental to permanently in the core. | One of the requirements for this import mechanism is that as few code changes are required for any particular Jetpack as a feature is moved from experimental to permanently in the core. |