Open Source Sharing: Snippets of Your Code as Generalized Caching #35
Juice10
started this conversation in
1. Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What: Allow selective sharing of code snippets to a global, open source library. If you’re solving a common problem, you can “cache” it for others to reuse directly.
Why: Cut down on redundant solution-building—especially for boilerplate tasks.
Questions:
How do we identify which snippets are worth generalizing?
How do we handle versioning, licensing, or security concerns for shared snippets?
Should we store metadata (language, frameworks, dependencies) for easier discovery?
Let’s brainstorm how to safely and efficiently share code to benefit the wider community, while respecting licensing and privacy.
Beta Was this translation helpful? Give feedback.
All reactions