Community-driven snippet collection #142
Replies: 5 comments 5 replies
-
Guys, we need a collective mind. I want the site to contain not only HTML & CSS, but also snippets for other languages. And I think the site needs some kind of system to organize snippets. I looked at https://www.30secondsofcode.org/js/p/1 as for JS example and I don't like this systematization very much. They are Algorithm, Array, Browser, Date, Function, Math, Node, Object, which to me looks more like a language learning than a collection of snippets used every day. And the site looks more like a blog, it's a matter of taste of course, but I think it should be more like documentation. This of course does not change the fact that the guys did a great job. Each language will probably need to be adjusted to systematize, but there should be something in common. Do you have any idea where to start systematizing snippets? |
Beta Was this translation helpful? Give feedback.
-
Hi there, If it's of any help, this is how my own JavaScript snippet organization looks like (so far). |
Beta Was this translation helpful? Give feedback.
-
Any plans to add the whole Snippets Collection into a db.json to be importable ? |
Beta Was this translation helpful? Give feedback.
-
I'd love to see a Golang Snippet Collection using only the standard library. I think GopherSnippets looks like a good starting point. I'm still relatively new to the language, but I'm happy to get it started as I learn and take any feedback from better Gophers 🙂. If anyone has any other suggestions for sites with valuable snippets that could be added but don't have time to do it themselves I'd be happy to take a look. |
Beta Was this translation helpful? Give feedback.
-
I would love a Python snippet library, especially for the iter and functools design patterns. Something like more_itertools which is also featured in the examples of the documentation for itertools. |
Beta Was this translation helpful? Give feedback.
-
I am excited to announce the launch of a snippet collection site where each of you can become a contributor. 🚀
Let's make a community together 💪
Beta Was this translation helpful? Give feedback.
All reactions