On Sun, Oct 31, 2010 at 1:35 PM, glenn gillen <[email protected]> wrote: > And following on from Xavier's talk on what makes a good README file, > I thought some might find Tom Preston-Werner's post a README Driven > Development interesting: > > http://tom.preston-werner.com/2010/08/23/readme-driven-development.html > > Coupled with the points Xavier made, it can really help keep you > focussed on the important parts of what you're trying to achieve.
Also worth looking into from Xavier's talk was Semantic Versioning: "Consider a version format of X.Y.Z (Major.Minor.Patch). Bug fixes not affecting the API increment the patch version, backwards compatible API additions/changes increment the minor version, and backwards incompatible API changes increment the major version." -- http://semver.org/ -- Paul Annesley @pda -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
