Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
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.
-
Vaccuss5608yA testing stuff no. Many testing stuff projects for every new language, framework, design pattern and general cray thought hell yes
-
kileak6238yMore accurately... Who doesn't have a folder full of "testing", "sample code working" and older projects for reference later?
-
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.
-
mhall2748yI 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 ... ? -
kileak6238y@mhall check out snipt.net, I used to do that as well, squeeze everything into one text file.
Until my HD died... -
Sarkkhan258y
Related Rants
Who has an "Testing Stuff" Project?
undefined
stuff
project
test