Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Proposal: go through each non-customized official doc, and format it with humane paragraphs #267

@vemv

Description

@vemv

Sometimes the official clojure.core docs are self-explanatory -needing no custom docs- but are formatted awfully, without newlines to delimit paragraphs.

I'm wondering if someone at Grimoire could volunteer (I do!), go through each of those and create a doc which is identical, except for a few interspersed \ns.

I'm aware that from a technical perspective, having only-slightly-different docs can be problematic, since the modified one could get out of sync with the original one (i.e. the original adds a few new words, now we don't know if the modified copy is a totally-original text, or just an outdated 'newline adaptation').

But then one could compare (remove #{\n} original) vs (remove #{\n} modified) for detecting which custom Grimoire docs are just "newline adaptations", making them apt for being automatically updated.

WDYT?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions