36

Who has an "Testing Stuff" Project?

Comments
  • 0
  • 0
    Preety Much xD
  • 0
    Yep yep
  • 0
    That's 90% of mine
  • 1
    Shoot, I have at least half a dozen, and a few dozen files of random functions I wrote at one point and thought I might need them again.
  • 0
    A testing stuff no. Many testing stuff projects for every new language, framework, design pattern and general cray thought hell yes
  • 0
    More accurately... Who doesn't have a folder full of "testing", "sample code working" and older projects for reference later?
  • 0
    To test one function only, I usually create a fiddle and test it right away.. I also pass fiddles links to colleagues to show a workaround or a quick fix. It's easier than passing actual files.
  • 1
    I have a test file that I use as a scratchpad ... test function calls, small snippets and utilities. I just looked ... it is over 13000 lines!

    I just push more into it as I go.

    Sometimes I need to re-do something I did and I can pull that to the top, or extract it into its own utility of I think it's worth it ...

    Perhaps it's time for me to start another though ... ?
  • 1
    @mhall check out snipt.net, I used to do that as well, squeeze everything into one text file.

    Until my HD died...
  • 0
    @kileak Thanks, I'll check it out! This file is backed regularly, but I appreciate the tip!
  • 1
    @sylar182 @mhall maybe you want to try gistbox ;) it's really handy and connect to github
  • 0
    Random-1.0.jar
Add Comment