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.

2
  • +1 for the complete toolchain. All the documentation in the world won't help if you can't build and test the software. When possible, I like to include the installation images for all the tools (although nowadays I'd probably opt for a VM image of some sort). Nothing worse than finding out the build process depends on a third-party plug-in from a company that doesn't exist any more! Commented Aug 28, 2012 at 16:01
  • @TMN - and that's why I tend to shy away from things like commercial IDE plugins and so forth. I don't trust that I'll be able to reproduce my environment later. And having worked on 20+ year old software, I NEVER assume that anything ever goes away. Commented Aug 28, 2012 at 16:16