How many times have you reused your reusable reusable component? (Your)

If you've developed a toolbox, application, or framework, mention the most reusable component you've used, how portable it is, how many times you've reused it, how many programmers worked on it with you, and how long it took you to ship it. as well as the names of the templates that you used during development. (approximately, of course).

EDIT: To clarify:
I am talking about components that you have designed yourself. And please try using numbers for the number of times you've reused it.

0


a source to share


4 answers


I've reused NUnit a few times since I wrote it. I realize several other people have used it too.



+1


a source


  • Many times? Project for project.
  • Many times I've used frameworks developed by others to save my time.


0


a source


I wrote a Ruby class last summer and have since used it in perhaps 8 unique projects, including the original. I wrote this myself. He has an hour or two that says it all.

0


a source


I have a generic Makefile that I use for almost all projects. It also has deployment options to set up a website and debug it on remote servers / staging servers. Makefiles, love-em, hate.

0


a source







All Articles