Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Possible duplicate of Best practices for sharing tiny snippets of code across projects Commented Feb 22, 2018 at 11:59
  • We have a folder in our versioncontrol called "playground", used for testing stuff and things like scripts etc. No rigorous standards, but useful! Commented Feb 22, 2018 at 12:15
  • Sometime later you see a colleague working on a similar task. You go "Hey! I made a script for that. Let me look that up. [looks] Oh, it was stored on my previous laptop so I don't have it anymore. That's a good way to trash efforts, time and money along with the scripts. Isn't it? Commented Feb 22, 2018 at 12:57
  • The risk is that others will not be able to use the code because they cannot find or understand it. Like any piece of code, we are not familiar with. I think that is a bad reasoning to don't check the scripts into any SCM. Commented Feb 22, 2018 at 12:58
  • 1
    Related to softwareengineering.stackexchange.com/q/366196/132819 Commented Mar 5, 2018 at 3:14