Skip to content

Commit 5148d59

Browse files
committed
^readme
1 parent 4fd4678 commit 5148d59

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
# Minimal working examples by release
22

3-
This project is collection of [minimal working examples](https://en.wikipedia.org/wiki/Minimal_working_example)
3+
This project is collection of
4+
[minimal, complete, and verifiable examples](https://stackoverflow.com/help/mcve)
45
of several languages ordered by release or version number.
56

67
* [Python](python/README.md)
78
* [ECMAScript / JavaScript](js/README.md)
89
* [C++](cpp/README.md)
910
* [C](c/README.md)
11+
12+
## Features
13+
* Minimal and practical self descriptive as possible source code.
14+
(Please read references for explanations)
15+
* Complete and ready to copy-paste into an your application.
16+
* Runnable in-place. (No need to copy paste snippets from documentation
17+
into an interpreter)
18+
* Verifiable. Internal tests provides reliability and durability. You can easily add
19+
new features and run tests to assure code validity.
20+
21+
Files of the project are compact source code with examples of new features.
22+
You can compile and run examples to prove correctness and validation.
23+
24+
Contributions are welcome!

0 commit comments

Comments
 (0)