Moving the `examples` directory
Closed this issue · 2 comments
The examples
directory currently resides directly next to the directories containing the public API and uses the same naming convention as the other directories containing the public API. Likewise it is also listed in the documentation next to the public APIs.
I think it would make sense to move examples
to e.g. _examples
to clarify that it's not actually part of the standard library (and I think the _
prefix would also result in the directory being excluded from the documentation page).
I personally am of the opinion that there should be no examples in the std repo, and we should move everything to denobyexample or the examples in the manual.
Right that would also address my concern of the directory looking like it belongs to the API.