Code Snippet Respository

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • StreamLogic

    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
  • DSK Chakravarthy

    #2
    Re: Code Snippet Respository

    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


    "StreamLogi c" <company.info@s treamlogicinc.c omwrote in message
    news:aa7649e4-744c-4004-9d85-0272ead6627c@m3 g2000hsc.google groups.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

    Comment

    • Ignacio Machin ( .NET/ C# MVP )

      #3
      Re: Code Snippet Respository

      On May 12, 10:38 am, StreamLogic <company.i...@s treamlogicinc.c om>
      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

      Comment

      • clintonG

        #4
        Re: Code Snippet Respository

        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.




        "StreamLogi c" <company.info@s treamlogicinc.c omwrote in message
        news:aa7649e4-744c-4004-9d85-0272ead6627c@m3 g2000hsc.google groups.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

        Comment

        • Ignacio Machin ( .NET/ C# MVP )

          #5
          Re: Code Snippet Respository

          On May 12, 11:43 am, "Ignacio Machin ( .NET/ C# MVP )"
          <ignacio.mac... @gmail.comwrote :
          On May 12, 10:38 am, StreamLogic <company.i...@s treamlogicinc.c om>
          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:


          CodeKeep is the name

          Comment

          • .\\\\axxx

            #6
            Re: Code Snippet Respository

            On May 13, 12:38 am, StreamLogic <company.i...@s treamlogicinc.c om>
            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

            Comment

            • =?ISO-8859-1?Q?Lasse_V=E5gs=E6ther_Karlsen?=

              #7
              Re: Code Snippet Respository

              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:lasse@vk arlsen.no
              Blogger ist ein Veröffentlichungs-Tool von Google, mit dem du ganz einfach deine Gedanken der Welt mitteilen kannst. Mit Blogger kannst du problemlos Texte, Fotos und Videos in deinem persönlichen Blog oder deinem Team-Blog veröffentlichen.

              PGP KeyID: 0xBCDEA2E3

              Comment

              Working...