Questions tagged [agile]

QUESTIONS ABOUT SOFTWARE DEVELOPMENT METHODS AND PRACTICES OR PROJECT MANAGEMENT ARE OFF-TOPIC. Please consider Software Engineering or Project Management Stack Exchanges for these questions.

Questions about project management are off-topic on Stack Overflow. Questions about software development methods and practices or software project management may be on-topic on the Software Engineering Stack Exchange. Questions about project management practices and theory may be on-topic on the Project Management Stack Exchange.

Agile on Software Engineering

Agile on Project Management

1053 questions
7
votes
10 answers

Information/knowledge flow within the team

I want to avoid the situations when my developers do not share the common knowledge (solutions for the problems they encountered, cool tips, common mistakes, shortcuts for achieving particular goal, configuration issues, partial requirements, etc.)…
Henryk Konsek
  • 9,016
  • 5
  • 32
  • 41
7
votes
2 answers

What is the impact of ITIL or CMMI on the development?

I read a lot of books about what practices work well or not in software development. And I have NEVER heard about methodoly like ITIL or CMMI in any webcast or book or blogs in the development field. I have heard about these methodologies in my…
Nicolas Dorier
  • 7,383
  • 11
  • 58
  • 71
7
votes
1 answer

In Azure Devops, what is the easiest way to see the total story points for a particular sprint in a particular status

In the board view, the top of the column shows a number of work items in each column. I'd prefer that it instead show the sum of the story points of the work items in that column. Barring that, I'm looking for the dead-simplest…
Robert
  • 1,024
  • 2
  • 9
  • 21
7
votes
2 answers

Command Pattern leading to class explosion

It seems like whenever I use the Command Pattern, it always leads to a significantly larger number of classes than when I don't use it. This seems pretty natural, given that we're executing chunks of relevant code together in separate classes. It…
Mike
  • 19,267
  • 11
  • 56
  • 72
7
votes
8 answers

What is the best way to encourage communication in a team?

I work in a medium sized team (20+ developers) where I believe communication amongst team members is not as good as it could be. Like most teams, I suppose, we have several systems that we build and maintain. We also use dozens of varied tools in…
mezoid
  • 28,090
  • 37
  • 107
  • 148
7
votes
6 answers

How to be a agile programmer?

I am a trainee in development sector. My Boss says that i should be an agile programmer. I went through through the net and found some interesting things about agile programming. Being a newbee how should I start with agile? What should be my first…
IamIronMAN
  • 1,871
  • 6
  • 22
  • 28
7
votes
3 answers

Evidence based studies on the topic of best programming practices?

When seeking advice on good programming practices the typical answers are a variation of agile software development, test driven development or design patterns. However, as far as I know, neither of these are proven using the scientific method (if…
StackedCrooked
  • 34,653
  • 44
  • 154
  • 278
7
votes
7 answers

Scrum: Resistance is (not) futile

I'm the second dev and a recent hire here at a PHP/MySQL shop. I was hired mostly due to my experience in wrangling some sort of process out of a chaotic mess. At least, that's what I did at my last company. ;) Since I've been here (a few months…
beaudetious
  • 2,354
  • 3
  • 36
  • 60
7
votes
2 answers

Business rules integration to User Stories

I have a set of User Stories and I have a set of business rules (primarily laws binding my requirements to be compliant). In Agile SDLC I'm not sure where these "rules" are attached to my user stories. For example, a user story like: As a doctor I…
code-gijoe
  • 6,949
  • 14
  • 67
  • 103
7
votes
4 answers

Is Agile different from TDD ? If so what are the main differences?

Is Agile really different from TDD ? If so what are the main differences ?
gbackmania
  • 772
  • 3
  • 7
  • 17
7
votes
3 answers

Difference between Scrum and other Agile methods?

I am looking to introduce an agile method to my boss so that we could hopefully implement it at our work place. I've been doing a lot of research yet I can't find what makes it standout from other agile methods. I am thinking maybe it is the…
Drizzy
  • 151
  • 2
  • 10
7
votes
4 answers

Please define the agile concept of core hours

I'm in a new contract where they seem to have gone overboard with Agile, including hiring a consultant merely for facilitating Agile processes. Something he is instituting is a notion of "core hours" where we will all actually be in the same room…
Dexygen
  • 12,287
  • 13
  • 80
  • 147
7
votes
4 answers

Tracking user stories in JIRA / Greenhopper

If anyone is trying to do agile, i am trying to figure out a way to use JIRA / Greenhopper for this. We are a global dev team so the distributed nature is crucial here. We were initially using Scrumworks but the team complained that they had…
leora
  • 188,729
  • 360
  • 878
  • 1,366
7
votes
1 answer

Is RUP an Agile method

I have been reading software development methodologies. I came across a line which says that agile methods include Rational Unified Process, Scrum, Crystal Clear, Extreme Programming, Adaptive Software Development, Feature Driven Development, and…
Fokwa Best
  • 3,322
  • 6
  • 36
  • 51
7
votes
4 answers

What good practices, if any, has the agile movement lost?

I am a long time agile advocated but one of the things that bothers me about Agile is that a lot of agile practitioners, especially the younger ones, have thrown out or are missing a whole lot of good (non Scrum, non XP) practices. Alistair…
clarke ching
  • 181
  • 4