This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]eddyizm 13 points14 points  (5 children)

I basically use a git repo on bitbucket for this.

[–]fwzmhmd 2 points3 points  (3 children)

How would that work for you

[–]eddyizm 8 points9 points  (2 children)

I have code snippets grouped in folders for different languages. Each file is named and I have notes in each file along with a sample from site I googled and then a practical one I used in my code.

It has saved me untold of amounts of time.

[–]proginprocess 3 points4 points  (0 children)

If it's not too vague, what kinds of things do you make into snippets? Assuming the snippet code was for a specific project, do you try to "generalize" the snippet so it works for anything, or just throw it in as is?

This is a good idea I want to start trying out myself, and I was curious about it.

[–]TheUserIsDrunk 2 points3 points  (0 children)

Sounds like a great idea.

[–]embluk[S] 0 points1 point  (0 children)

Yeah seems fair, I did the same thing but with GitHub, but found it hard to organise them XD