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*

6
  • 4
    The problem then become, only one person has the tool, no one else does, and therefore has to manually maintain the code. Commented Oct 4, 2010 at 15:44
  • This is passing the buck. As software developers, our business is code - no matter how we produce it. Commented Oct 4, 2010 at 16:13
  • 12
    @David, if only one person has the tool, you shouldn't be using it for a project involving more than one person. Commented Oct 4, 2010 at 16:25
  • 2
    @Matt, exactly. Generators are part of the project (comparable to build scripts) and should be stored in version control or similar central repository. Commented Oct 4, 2010 at 17:17
  • 2
    @SnOrfus: I think our business is to produce working products that people are willing to use and buy. That's where our salary comes from. Code is just a medium. Commented Oct 4, 2010 at 17:26