Open
Description
README.md states
There are three metadata files:
description.md - the basic problem description
metadata.yml - additional information about the problem, such as where it came from
canonical-data.json (optional) - standardized test inputs and outputs that can be used to implement the problem
- I would expect to find in
description.md
a clear description of the task at hand (like: "Write a program that takes a number and decides if this number ...") - but there are cases where this statement is completely missing (see [perfect-numbers] Description is not clear #447) or is to be found inmetadata.yml
(see https://github.com/exercism/x-common/tree/master/exercises/triangle).
The README.md gives no precise guidance here.
- generally
metadata.yml
contains
source
and
source url
I would expect this URL (if existing) to point to something like a good description of the problem/task and not
- just to a page with "many" problems (e.g. http://rubykoans.com in triangle)
- or even to a book that seems to contain that problem (e.g. http://shop.oreilly.com/product/0636920029687.do in perfect-numbers)
As before the README.md doesn't give precise guidance what should be provided.
Metadata
Metadata
Assignees
Labels
No labels