Skip to content

Instantly share code, notes, and snippets.

@abscondment
Created November 15, 2011 23:58
Show Gist options
  • Save abscondment/1368814 to your computer and use it in GitHub Desktop.
Save abscondment/1368814 to your computer and use it in GitHub Desktop.
Spot the Fallacy

Spot the Fallacy

From the Rails core mailing list:

But point releases (e.g. 3.1.x) don't add features or change too much code, they just try to have bugfixes. Bugs are fixed by adding a failing test and making it pass, while ensuring the rest of the test suite passes too. This means each point release has less bugs than the previous one. Upgrading to the newest bugfix release is quick, safe, and should be done as often as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment