Questions tagged [development-cycle]

8 questions
6
votes
1 answer

When is the time right to bring a project to the alpha/beta/public phase?

When should a project be released to alpha, beta and to the public? Is it a good idea to extend the alpha and beta phases when it is needed? When in a later phase (eg. beta), is it wise to go back to an early phase (eg. alpha) if it didn't work out?
Tamara Wijsman
  • 8,259
  • 14
  • 58
  • 94
5
votes
8 answers

Moving Forward with Code Iteration

There are times when working on my programming projects, and I get to a point where I'm ready to move on to the next part of my program. However, when I sit down to implement this new feature I get stuck, in a sense. It's not that I don't know how…
rcapote
  • 153
  • 4
3
votes
3 answers

Rewriting code / better initial outline

Single-programmer project. I'm constantly having to rewrite my own code on an on-going project. It's not buggy, but every time I expand my program (which previously-planned features), I keep having to expand previous classes, which cause me to…
3
votes
1 answer

What are modern develop-deploy-test techniques for non-interpreted languages?

I have strong web-developer background, where in order to show client a demo I've uploaded a solution to demo environment and sent over a link. If case client asked to make changes, I did them in PhpStorm, dev-tested on local env, deployed in…
3
votes
1 answer

Minimize useless tweaking of a numeric app

I'm developing a numeric application (nonlinear optimizer), with a zillion knobs to tweak and rising. It's not my first foray into this domain, but this time there are even more variables in the code and I'm on a tight schedule. Don't want to waste…
2
votes
2 answers

Why does Ubuntu have a 6-month release cycle?

Why has Ubuntu committed to a 6-month release cycle? Why should it have a fixed cycle at all? Doesn't that go against the "if it ain't broken don't fix it" saying?
user541686
  • 8,074
  • 8
  • 38
  • 49
1
vote
3 answers

What were the most used SDLCs before Agile?

Before the creation of Agile, what were the most used models in Software Development? I am writing a thesis on the various ITS software (like Jira) used to implement these models and I want to put a paragraph about the most used models before Agile…
Chips
  • 39
  • 2
0
votes
1 answer

Where to chain multiple applications developed by several feature teams

I am looking how agile methods can be applied for setting up a chained-application (made of several services for example) developed by several teams. In particular, I think the common sources about release-cycle and environment layers (DEV, UAT,…
Juh_
  • 171
  • 6