vote up 0 vote down star

Looking to build a proposal to revamp a software environment (tools, infrastructure, virtualization, SDLC, ...) and was looking for suggestions on places to start.

Mostly looking for approaches to version code, automate builds, promote to test, build virtual test environments, assign units of work, tools to be used etc.

I'm in the brainstorming phase, so no ideas are bad.

flag
marked for close as "Not a real question" because it's too broad. Try something specific. And if it's for discussion, mark as "Community Wiki". – Jay Bazuzi Feb 12 at 19:55
Agrred. There's a ton of information out there. It's reasonable to ask people to summarize/apply that to your specific situation; but it isn't reasonable if you don't say what your specific situation is. – ChrisW Feb 12 at 19:58
Agreed. If there was a good summary of the specific situation, I might not vote to close, though. – David Thornley Feb 12 at 20:20

closed as not a real question by Jay Bazuzi, ChrisW, Oscar Reyes, David Thornley Feb 12 at 20:20

3 Answers

vote up 0 vote down

How about "approaches to version code, automate builds, promote to test, build virtual test environments, assign units of work, tools to be used etc". Seriously, it sounds like you're asking the right questions, but for any one of these things asking people to be prescriptive when they don't know anything about the environment doesn't make much sense.

If you're version control is "good enough" (in that it does pretty much what it's supposed to so and is not a bottleneck) then it's probably not the best target for revamping, even if it's not the coolest or newest thing. If it's totally broken then putting something in place is urgent. Build automation - we use cruisecontrolf for some things, but if you have nothing, basic build scripts might be the logical next step.

How big is the organization? What you need for 20 people( or 200) is radically different from what you need for 2 or 3 developers.

There's no magic answer, it all depends on the current needs.

link|flag
I'm not looking for methodology A, tool c and VM environment x. I'm looking for people to provide input as to what works for them and share their sources (whitepapers, web sites, ...). Thought that by saying "looking for suggestions on places to start" i'd have avoided this kind of answer. – steve_mtl Feb 12 at 20:14
vote up 0 vote down

I agree, this is too broad.

Probably you should try reading this http://en.wikipedia.org/wiki/Software_development and keep digging in the topics that look more interesting to you.

Eventually very specific questions will come.

link|flag
Again, not looking for an answer, just looking for good documentation and good resources. I'ved used java and CVS, as well as Microsoft solution using TFS. Not looking for that answer, looking for "great discussion at http://...", or "great whitepaper at..." kind of answer. – steve_mtl Feb 12 at 20:24
vote up 0 vote down

I would start on SO best-practices Tag, by highest votes. There is a ton of stuff there.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.