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

Improve documentation #268

Open
MrWook opened this issue Jul 31, 2024 · 0 comments
Open

Improve documentation #268

MrWook opened this issue Jul 31, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@MrWook
Copy link
Collaborator

MrWook commented Jul 31, 2024

As @karlhorky suggested we need to improve the documentation for common pitfalls.
Some ideas:

  1. How to manually merge dictionaries safely (currently seems pretty hazardous because of the nested config data shape and potential for object key naming collisions)
  2. How to add custom words to dictionaries easily (and where in the object structure to put them). For example, probably every website should include their website name, URL, brand and variations thereof, because common password patterns include adding the name of the service to the password, which is highly insecure.
  3. "what should I do if I have an array that overlaps heavily with another array?"
  4. "should I pre-process my overlapping arrays (eg. remove duplicates as in 1) before I add them to dictionaries?"
  5. "what are the performance or other implications of adding a large dataset to dictionaries? is there a better way to add data to be more performant?"
  6. "will I receive runtime errors (other than type errors) if there is some kind of collision or I add data that is incompatible in some way?"
  7. a different section in the docs, entitled something like "Filtering custom words"
  8. I would recommend top-level, because it seems like one of the first things that a user would want to do
    maybe below "Getting Started", or below "Languages"
  9. this new section could actually have "Filtering user input" (the current "UserInput" page) as a sub-heading
  10. Swap "Migration" and "Example" in the sidebar
  11. Best practive page
@MrWook MrWook added the documentation Improvements or additions to documentation label Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant