views:

123

answers:

3

I'm a relatively new coder, and I'm looking to increase my snippits library. What are some of your most used snippits? I'm mainly looking for ones that I might not have thought about until I've had more experience, but will make me more productive.

Have a snippit that is particularly clever? Post it!

+1  A: 

Any particular language, or are you a language-agnostic snippet librarian?

Ian Nelson
+2  A: 

you didn't say which language

there are some good php snippets here - http://www.jonasjohn.de/snippets/php/

JimmyJ
+2  A: 

I think this question is a tad broad.

But as far as snippets go, I would suggest you put the snippets on gist. Each snippet you make becomes a git version controlled file so that anyone can suggest improvements and fork from your original snippet.

Here are mine.

Joseph Pecoraro