[ALOY-386] create an "alpha" branch in the alloy github repo
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2012-11-14T14:35:05.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 0.3.2, 2012 Sprint 23 |
Components | Documentation, Titanium SDK |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2012-11-14T14:21:07.000+0000 |
Updated | 2018-03-07T22:26:09.000+0000 |
Description
In alloy's early state, it's a good idea to keep the "master" branch as the current path of development for the next release. If a new feature is not going to be ready within the space of a single release, it should be developed in a new "alpha" branch. In the "alpha" branch new development can be a little more relaxed in terms of testing. Also, the development can take place over a longer period of time without impacting the "master". This will be useful for new features that will have a large impact on alloy like model-view binding and dynamic styling. The extra time this code remains in the "alpha" branch can be used to solicit feedback and help mold the beta or final state of the feature.
Created an "alpha" branch in the github repo. This branch will contain the latest experimental features of alloy while they are still in development.