You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2014-11-11-rubinius-3-0-part-2-the-process.markdown
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ The fact that features are constantly being developed does not mean that a syste
36
36
37
37
As opposed to mechanical systems, biological systems are *very well adapted* to functioning as a whole while changing or growing. Consider the difference between a plant growing from a seed and building a car. It's only at the very end of the manufacturing process that a car is able to function as a whole. Meanwhile, the fundamental metabolic processes in a plant function from the very beginning. The plant changes as it grows, so not every part is functional at the start. The key is to decide which parts should function first.
38
38
39
-
Another important aspect of biological systems is where the boundaries lie. There are cellular boundaries, system boundaries, and the organism as a whole, which has a boundary between itself and its environment. These boundaries serve the dual purpose of keeping things separate but in contact. Along with these boundaries, different parts of a biological system have different degrees of resilience. For example, a skeleton versus soft tissue. These two concepts—boundaries and joining different types of resilience—can be useful in understanding software release. I'll return to them later.
39
+
Another important aspect of biological systems is where the boundaries lie. There are cellular boundaries, system boundaries, and the organism as a whole, which has a boundary between itself and its environment. These boundaries serve the dual purpose of keeping things separate but in contact. Along with these boundaries, different parts of a biological system have different degrees of resilience. For example, a skeleton versus soft tissue. These two concepts—boundaries and joining different types of resilience—can be useful in understanding software releases. I'll return to them later.
40
40
41
41
### Releasing Costs A Lot
42
42
@@ -77,7 +77,7 @@ Besides changing the focus of the release process, we are adding a feature to Ru
77
77
The first time you start Rubinius after a fresh installation, if the setting does not already exist, you'll get a message like the following:
78
78
79
79
Rubinius is able to automatically install new versions. Installing
80
-
a new version will not overwrite you existing version.
80
+
a new version will not overwrite your existing version.
81
81
82
82
Enable this feature? ([Y]es, [n]o, [a]uto, ne[v]er, [h]elp):
0 commit comments