Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganise things #86

Merged
merged 13 commits into from
Mar 19, 2021
Prev Previous commit
Next Next commit
Update contributing/tracks/concepts.md
Co-authored-by: Erik Schierboom <erik_schierboom@hotmail.com>
  • Loading branch information
iHiD and ErikSchierboom authored Mar 19, 2021
commit c25d681d3a60830e7a6d4ff104f7ace91b320688
2 changes: 1 addition & 1 deletion contributing/tracks/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Here some examples of what could be covered.
- Popular usages for a Concept
- Common pitfalls in a Concept's use (e.g. failing to consider thread-safety)
- Limitations on use that may catch out the unsuspecting developer
- Alternative approaches addressed in other Concepts (e.g. the ••recursion** Concept might reference that the **Higher Order Functions\*\* Concept offers an alternative approach to similar problems)
- Alternative approaches addressed in other Concepts (e.g. the **recursion** Concept might reference that the **Higher Order Functions** Concept offers an alternative approach to similar problems)
- Compromises made for ease of learning or to accommodate the Exercism environment, e.g. multiple classes in single file
- Similar features with which the Concept may be confused
- Performance characteristics and memory usage, when a common consideration within that language
Expand Down