Minimal working example

From HandWiki
Revision as of 07:21, 9 May 2022 by imported>CodeMe (fix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In computing, a minimal working example (abbreviated MWE) is a collection of source code and other data files which allow a bug or problem to be demonstrated and reproduced. 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 the 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.

External links