coding-interview-university
coding-interview-university copied to clipboard
Addition to "How To Use"
While the current method on using this guide - Forking, mark as [X], etc is perfectly alright.
It might be more useful to also point out using a github gist. (Like copying the README.md file to a github gist (https://gist.github.com)
Benefits?
- You can simply click on a checkbox to update it (No need to edit gist and put an [X])
- Gist can be a secret.
- Users can fork a Gist as well.
It's also possible to sync a Github Gist with a file in a repository via Github Actions(Using https://github.com/marketplace/actions/gist-sync)