473,385 Members | 1,942 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Code Snippet Respository

All,

I'd like to hear how other developers/architects keep track of old
scripts, code snippets, relevant URLs, etc. I think most developers
have an area where they keep reusable code they would like to use
again. Year after year, we all develop things that can be reused in
various projects.

Do you simply have a file system folder where you dump all of this
information and then search on it? Do you have a custom database
solution for this?

I'd like to hear how others are keeping track of many years worth of
code snippets and scripts that they would like to reuse at some point.

Thanks,
Curtis
Jun 27 '08 #1
6 1273
Honestly, I don't maintain any repository. Every thing are strored in the
huge memory of human mind. Secondly as you explore and do it your self, you
would never forget. If you are a 'copy-paste' kind coder, you always have
google.

Apat of all, it is a good mechanism to blog what ever is your resolution.
after a time span, you will have self repository of resuable code.

HTH
"StreamLogic" <co**********@streamlogicinc.comwrote in message
news:aa**********************************@m3g2000h sc.googlegroups.com...
All,

I'd like to hear how other developers/architects keep track of old
scripts, code snippets, relevant URLs, etc. I think most developers
have an area where they keep reusable code they would like to use
again. Year after year, we all develop things that can be reused in
various projects.

Do you simply have a file system folder where you dump all of this
information and then search on it? Do you have a custom database
solution for this?

I'd like to hear how others are keeping track of many years worth of
code snippets and scripts that they would like to reuse at some point.

Thanks,
Curtis
Jun 27 '08 #2
On May 12, 10:38*am, StreamLogic <company.i...@streamlogicinc.com>
wrote:
All,

I'd like to hear how other developers/architects keep track of old
scripts, code snippets, relevant URLs, etc. *I think most developers
have an area where they keep reusable code they would like to use
again. *Year after year, we all develop things that can be reused in
various projects.

Do you simply have a file system folder where you dump all of this
information and then search on it? *Do you have a custom database
solution for this?

I'd like to hear how others are keeping track of many years worth of
code snippets and scripts that they would like to reuse at some point.

Thanks,
Curtis
Hi,
I do remenber reading in the MSDN mag. a code repository-sharing
plugin for VS. It was in a "ten tool a developer needs" or some
similar title, do a search for it
Jun 27 '08 #3
I use the file system for my collection which I locate under My
Documents/Documents for easy backup over the years.

I used to use HomeSite to manage snippets for several years but once
beginning to use Visual Studio 2003 and later releases which followed I've
been using Snippy which integrates with Visual Studio but was orphaned by
the developer and is very difficult if not impossible to find these days.
Lucky for me I've been keeping practically EVERYTHING under My Documents and
backing up all these years.

The .NET development community still needs a good snippet manager though.
Snippy being an orphaned remains okay and I appreciate the effort the
developer made making it free for me to use but using Snippy clearly shows
it suffered from feature creep which is why IMO the developer abandoned it;
its a lot of work to develop robust software and even worse when a guy
realizes all that work he is doing for free was not really needed or wanted
after all --but-- the basic functionality that he did in the first place
does the job just fine.


"StreamLogic" <co**********@streamlogicinc.comwrote in message
news:aa**********************************@m3g2000h sc.googlegroups.com...
All,

I'd like to hear how other developers/architects keep track of old
scripts, code snippets, relevant URLs, etc. I think most developers
have an area where they keep reusable code they would like to use
again. Year after year, we all develop things that can be reused in
various projects.

Do you simply have a file system folder where you dump all of this
information and then search on it? Do you have a custom database
solution for this?

I'd like to hear how others are keeping track of many years worth of
code snippets and scripts that they would like to reuse at some point.

Thanks,
Curtis
Jun 27 '08 #4
On May 12, 11:43*am, "Ignacio Machin ( .NET/ C# MVP )"
<ignacio.mac...@gmail.comwrote:
On May 12, 10:38*am, StreamLogic <company.i...@streamlogicinc.com>
wrote:


All,
I'd like to hear how other developers/architects keep track of old
scripts, code snippets, relevant URLs, etc. *I think most developers
have an area where they keep reusable code they would like to use
again. *Year after year, we all develop things that can be reused in
various projects.
Do you simply have a file system folder where you dump all of this
information and then search on it? *Do you have a custom database
solution for this?
I'd like to hear how others are keeping track of many years worth of
code snippets and scripts that they would like to reuse at some point.
Thanks,
Curtis

Hi,
I do remenber reading in the MSDN mag. a code repository-sharing
plugin for VS. It was in a "ten tool a developer needs" or some
similar title, do a search for it- Hide quoted text -

- Show quoted text -
Found it:
http://msdn.microsoft.com/en-us/magazine/cc300778.aspx

CodeKeep is the name
Jun 27 '08 #5
On May 13, 12:38 am, StreamLogic <company.i...@streamlogicinc.com>
wrote:
All,

I'd like to hear how other developers/architects keep track of old
scripts, code snippets, relevant URLs, etc. I think most developers
have an area where they keep reusable code they would like to use
again. Year after year, we all develop things that can be reused in
various projects.

Do you simply have a file system folder where you dump all of this
information and then search on it? Do you have a custom database
solution for this?

I'd like to hear how others are keeping track of many years worth of
code snippets and scripts that they would like to reuse at some point.

Thanks,
Curtis
I use Google!
After all, that's where I find most of this stuff out in the first
place, so I just make sure I keep well documented bookmarks in Firefox
Jun 27 '08 #6
StreamLogic wrote:
All,

I'd like to hear how other developers/architects keep track of old
scripts, code snippets, relevant URLs, etc. I think most developers
have an area where they keep reusable code they would like to use
again. Year after year, we all develop things that can be reused in
various projects.

Do you simply have a file system folder where you dump all of this
information and then search on it? Do you have a custom database
solution for this?

I'd like to hear how others are keeping track of many years worth of
code snippets and scripts that they would like to reuse at some point.

Thanks,
Curtis
I tend to avoid copy and paste solutions to things I develope, and lean
towards expanding my evergrowing class library with new functionality.

This class library can then be reused directly and has its own source
control repository and similar.

--
Lasse Vågsæther Karlsen
mailto:la***@vkarlsen.no
http://presentationmode.blogspot.com/
PGP KeyID: 0xBCDEA2E3
Jun 27 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Rob Conner | last post by:
No you don't need to know Zope to help me. The whole reason I'd even want to do this is because of Zope though. I made a Zope product, and now want to perfect it. some simple example code... ...
18
by: Joe Fallon | last post by:
I have some complex logic which is fairly simply to build up into a string. I needed a way to Eval this string and return a Boolean result. This code works fine to achieve that goal. My...
17
by: Mark | last post by:
I must create a routine that finds tokens in small, arbitrary VB code snippets. For example, it might have to find all occurrences of {Formula} I was thinking that using regular expressions...
2
by: daokfella | last post by:
Hi all, I've created a code snippet in VS 2005 and saved it in the proper snippet folder. When I right-click and select Insert Snippet, I navigation to My Code Snippets and it shows my snippet....
3
by: Hardy | last post by:
I created a code snippet which is for displaying file name,Line number and function name in C#.NET project. // <File> sf.GetFileName() // </File> // <Line> sf.GetFileLineNumber().ToString()...
13
by: frk.won | last post by:
I am interested in learning how to use the VS 2005 code snippets. However, I wish to know what are the best ways to source control the code snippets? Are there any source safe/subversion...
2
by: steve.falzon | last post by:
Hi I've been searching high and low for this info but have been unsuccessful so far. I wonder if anybody knows where I can get a specification for the directives contained within the code...
1
by: StreamLogic | last post by:
All, I have posted this question in various groups, so I apologize for any overlap. I'd like to hear how other developers/architects keep track of old scripts, code snippets, relevant URLs,...
4
by: tshad | last post by:
I was watching a video that used a code snippet to create a property and when you type "prop" tab tab, it would create the private variable as well as the property definitions with the private...
2
Frinavale
by: Frinavale | last post by:
I'm attempting to supplement the help for my code by providing other developers with code snippets that demonstrate how to use my classes/method. I've created a .snippet file and have placed it in...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.