breaking-changes.txt A guide for handling large code changes

Original Author: Sahil Gautam <printfdebugging@gmail.com>
Homepage: <https://printfdebugging.in/>
License: GNU GPL v2

==============================================================================
CONTENTS

    1. Pusing Large and Visible Changes                          large-changes
    2. Extensive Testing Before Pusing to Production             to-production

==============================================================================
Pushing Large and Visible Changes                                large-changes

    - don't break widely used workflows
    - provide option to opt out if new behaviour is enabled by default
    - don't complicate things and expect users to read the wiki
    - most of the user problems issues go unreported

==============================================================================
Extensive Testing Before Pushing to Production                   to-production

    - don't slip in the changes at the last minute
    - never assume your workflow to be the workflow
    - development environment is not the same as the production/installation

==============================================================================
vim:tw=78:ts=8:ft=help:norl:fdm=marker:fmr=<<<,>>>:ma:noro