Jump to content

Minimal reproducible example

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mostlystateless (talk | contribs) at 10:00, 13 May 2014 (Created page with 'In Computer science a '''Minimal Working Example''' (abbreviated '''MWE''') is a collection of source code and/or data which allows a [[software bug]...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In Computer science a Minimal Working Example (abbreviated MWE) is a collection of source code and/or data which allows a software bug or problem to be reproduced, and so helps in its debugging or resolution. The important feature of a Minimal Working Example is that it is as small and as simple as possible, such that it is just sufficient to demonstrate or reproduce the bug or problem, but without any additional complexity or dependencies which will make resolution harder.

A Minimal Working Example may also be referred to as Minimal Reproducible Example or Short Self-contained Correct Example.