Skip to content

Commit 1dc00e4

Browse files
davorpaSuman373
andcommitted
Define what is a playground
Via / completes: - What's a programming playground? EbookFoundation#6107 - Added playground definition EbookFoundation#6817 - Sentence added under playground EbookFoundation#6819 Thanks @Suman373 for the initial idea. Co-authored-by: Suman Roy <[email protected]>
1 parent b3ca9b8 commit 1dc00e4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: README.md

-2
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,6 @@ Free Podcasts and Screencasts:
182182

183183
### Programming Playgrounds
184184

185-
Whether you're a beginner programmer or an expert developer, code/programming playgrounds are useful when sharing and learning with others. A programming playground is an online service where you can write, compile(or run), and share code with others. They also allows you to fork and get your hands dirty by playing around with other's code.
186-
187185
+ [Chinese / 中文](more/free-programming-playgrounds-zh.md)
188186
+ [English](more/free-programming-playgrounds.md)
189187

Diff for: docs/CONTRIBUTING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ By contributing you agree to respect the [Code of Conduct](CODE_OF_CONDUCT.md) o
1818
2. You don't have to know Git: if you found something of interest which is *not already in this repo*, please open an [Issue](https://github.com/EbookFoundation/free-programming-books/issues) with your links propositions.
1919
- If you know Git, please Fork the repo and send Pull Requests (PR).
2020

21-
3. We have 5 kinds of lists. Choose the right one:
21+
3. We have 6 kinds of lists. Choose the right one:
2222

2323
- *Books* : PDF, HTML, ePub, a gitbook.io based site, a Git repo, etc.
2424
- *Courses* : A course is a learning material which is not a book. [This is a course](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/).
2525
- *Interactive Tutorials* : An interactive website which lets the user type code or commands and evaluates the result (by "evaluate" we don't mean "grade"). e.g.: [Try Haskell](http://tryhaskell.org), [Try GitHub](http://try.github.io).
26+
- *Playgrounds* : are online and interactive websites, games or desktop software useful to learn playing. Therefore, you can write, compile (or run), and share this code snippets with others. They also usually allows you to fork and get your hands dirty by playing around with other's code.
2627
- *Podcasts and Screencasts* : Podcasts and screencasts.
2728
- *Problem Sets & Competitive Programming* : A website or software which lets you assess your programming skills by solving simple or complex problems, with or without code review, with or without comparing the results with other users.
2829

0 commit comments

Comments
 (0)