forked from exercism/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add articles documentation (exercism#406)
Add articles documentation Co-authored-by: ee7 <45465154+ee7@users.noreply.github.com>
- Loading branch information
1 parent
f182326
commit a03e0a9
Showing
7 changed files
with
289 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Articles | ||
|
||
Each exercise can have articles associated with them, which explore some interesting aspect of the exercise. | ||
|
||
## Topics | ||
|
||
Potential topics an article could explore: | ||
|
||
- Comparing the performance of different approaches | ||
- Anything interesting you can come up with! | ||
|
||
## General considerations | ||
|
||
- If your article is based on some code you've written, consider committing that code (within the article directory) | ||
- An example being an article on performance, for which benchmarking code was written | ||
|
||
## What exercises to write articles for? | ||
|
||
Any exercise, as long as there is something interesting to explore. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.