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
8
votes
8 answers

Agile Development 101 Video

I've been trying to find a good video that I can show at a "Lunch and Learn" on Agile Development / Scrum. Our organization is primarily Waterfall and most people have never even heard of Agile development let alone have any concrete knowledge of…
Keith
  • 2,563
  • 1
  • 17
  • 9
8
votes
6 answers

Selling TDD to the team

I have been doing TDD for the past 3 years. We were a small company, and we had very solid support for most aspects of the agile process from management. Everyone on the development team was sold on the process. And thus, the upfront investment it…
shipmaster
  • 3,994
  • 4
  • 30
  • 33
8
votes
5 answers

Agile Whiteboard Software

Can anyone recommend decent software that could replace a physical whiteboard, as used in Agile development? I've had a look at http://www.brightgreenprojects.com/ but ideally we'd like something we could host ourselves. We use Jira for issue…
PaddyC
  • 576
  • 7
  • 14
8
votes
11 answers

Agile development

At university we talked about agile programming, but also how many agile methods aren't used in business, like pair programming. I would like to know which methods belong to agile programming (extreme programming, pair programming) and which are…
Tyzak
  • 2,430
  • 8
  • 38
  • 52
8
votes
13 answers

Should I expect programming teams to follow a strict coding standard?

I am personally a very big fan of following internal coding standards when working with a group of developers. I feel like it brings continuity to the code and allows people to more easily expand the code base, switch off work, and assist each…
Shane
  • 16,779
  • 5
  • 27
  • 46
8
votes
5 answers

Building PHP Competencies in an organization

This is not really a technical programming question, but has more to do with best practices and programming / project management processes. Here's some background information: I'm a consultant with an agile (scrum) software development company that…
Sri
  • 5,805
  • 10
  • 50
  • 68
8
votes
3 answers

Is V-model testing methodology useful for Agile development teams?

Just attended a presentation where a testing company stated that V-model testing can be used in an Agile development team developing with java and c#. I would prefer testdriven development and automation of acceptance testing before V-model…
Kb.
  • 7,240
  • 13
  • 56
  • 75
8
votes
11 answers

Given a short (2-week) sprint, is it ever acceptable to forgo TDD to "get things done"?

Given a short sprint, is it ever acceptable to forgo TDD to "get things done" within the sprint. For example a given piece of work might need say 1/3 of the sprint to design the object model around an existing implementation. Under this scenario you…
Ben Aston
  • 53,718
  • 65
  • 205
  • 331
8
votes
6 answers

Agile Project Management

If one does use Scrum for the Software development portion of a project, does one still use PMBOK or some other project management methodology for the "other" tasks on a project e.g. the business, marketing, training tasks. What is the project…
Joanne
  • 131
  • 1
  • 5
8
votes
2 answers

Should I split user stories on Frontend vs Backend tasks?

While applying Scrum, the product backlog items are users stories. I have created a sample story on TFS as follows: As a user, I can signup to system. I then created the following tasks: A login form should be prepared. User should fill all…
barteloma
  • 6,403
  • 14
  • 79
  • 173
8
votes
2 answers

YouTrack 4.x - How do you sort all task by priority in their swimlanes in the agile board?

Like the title says, is there a way to sort all tasks within swimlanes by priority? I thought you could do this via the search box up top by putting something like: order by: priority however it didn't seem to do anything (I used the auto complete…
Grofit
  • 17,693
  • 24
  • 96
  • 176
8
votes
8 answers

How should a junior developer handle standup meetings?

We are starting to adopt agile in a project we are about to begin. Although I am not actually involved in the development of this project, I am involved in the stand up meetings. Is it acceptable to say how you are learning a new technology (eg C#…
GurdeepS
  • 65,107
  • 109
  • 251
  • 387
8
votes
7 answers

Scrum in a fixed cost project

I have read the agile manifesto and spend a nice day surfing the web in search for this elusive answer. But sadly I did not get an answer that would cover all the bases. When watching all the blog posts and newscasts of Agile preachers, you just…
Dejan
  • 731
  • 1
  • 6
  • 17
8
votes
2 answers

How do you reference a line in another file using Code Collaborator?

In the chat box of file foo.cc I would like to reference a specific line in file bar.cc. For example, I have bar.cc:line 12 written in my code collab chat box In this case, code-collab only recognizes and allows the jump to bar.cc, but not to the…
Jake88
  • 955
  • 1
  • 19
  • 39
8
votes
4 answers

Scrum tools with github integration, suggestions?

Im looking for a great agile scrum tool that allows me to do histories, epics, and tasks, file uploads to histories or tasks, and integrate those with github commits, also it should allow to create graphics like time analytics per user and…
maumercado
  • 1,453
  • 4
  • 23
  • 47