LispCookbook / LispCookbook/cl-cookbook

Improve uiop:collect-sub*directories example

Open
#359 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement good first issue
Dominant language
JavaScript
Stars
1.1k
Forks
158
Avg merge
6d 3h
Merged PRs (30d)
2

Description

The example in the section on walking/traversing directories lists the arguments of the `uiop:collect-sub*directories`

It would be good to reorder the list in the order of this function's arguments like so:

- a directory
- a collectp function
- a recursep function
- a collector function

That will make the example more readable

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in the cookbook section on walking/traversing directories and locate the example for uiop:collect-sub*directories. Reorder the listed arguments to match the function's argument order, then verify that the example reads as directory, collectp function, recursep function, and collector function.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.