Jump to content

How do you store your code snippets?


OrganizedFellow
 Share

Recommended Posts

I used to use http://www.gistboxapp.com but found myself without Internet connection the other day.

My secondary collection became my primary, lol, which is ZIM-wiki. It's perfect because all notes are saved as simple text files. And since I work at home, I simply git push/pull to my little server.

How do you store your code snippets?

Link to comment
Share on other sites

In the beginning I saved code snippets in one large txt file each separated with it's own title so I could find them back

with the search option in my editor. Nowadays I save each code snippet separately as a txt file in one folder. The name

of each code snippet file is a description of what the code snippet is about. This makes me find a specific code snippet

much faster. Having your own library of code snippets can save you a lot of time with reusable code.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...