Tagged Questions
The extreme-programming tag has no wiki summary.
73
votes
29answers
8k views
Is Agile Development Dead?
There's been lots of articles as of late declaring that Agile, Scrum or XP are "dead" or are "circling the drain". While I personally don't think agile development is dead, I wondered what others out ...
59
votes
28answers
3k views
Does pair programming work? [closed]
At our company, we the developers tried some methodologies to be more productive. One thing we could not try was Pair Programming. The reason is, that we are a small company and have only few ...
33
votes
17answers
2k views
TDD - How to start really thinking TDD?
I have been reading about Agile, XP methodologies and TDDs.
I have been in projects which states it needs to do TDD, but most of the tests are somehow integration tests or during the course of ...
28
votes
13answers
2k views
Pair Programming for a job interview [closed]
Our company has been thinking about scrapping our interview procedures and bringing each candidate in for a 4-5 hours sit-down with some of the programmers and just do some pair programming.
I like ...
21
votes
6answers
7k views
Continuous Integration System for a Python Codebase
I'm starting work on a hobby project with a python codebase and would like to set up some form of continuous integration (i.e. running a battery of test-cases each time a check-in is made and sending ...
18
votes
12answers
1k views
Single most important thing to impart when teaching TDD
I'm collaborating with a group of professionals to put on an event to help teach the practice of TDD to people who are interested, but have no experience (novices).
We're trying to come up with labs, ...
16
votes
6answers
662 views
How does your team work together in a remote setup?
we are a distributed team working on the object database db4o.
The way we work:
We try to program in pairs only.
We use Skype and VNC or SharedView to connect and work together.
In our online ...
16
votes
5answers
16k views
Where to find the best user story template?
I want to implement user stories in a new project where can i find a good template or other ones used in agile development?
15
votes
18answers
2k views
Agile Myths and Misconceptions
What are the myths or misconceptions related to Agile?
There are lot of misconceptions related to Agile that an average new comer may fall into. What are the misconceptions in the Agile world and how ...
14
votes
6answers
886 views
YAGNI - The Agile practice that must not be named?
As I've increasingly absorbed Agile thinking into the way I work, yagni ("you aren't going to need it") seems to become more and more important. It seems to me to be one of the most effective rules ...
11
votes
11answers
914 views
Extreme Programming, does it work?
I'm wanting to hear from some people who have actually done extreme programming.
Does it work? Well?
Is it sustainable over the long term?
Thanks!
11
votes
3answers
462 views
How to revoke collective code ownership?
The benefits of collective code ownership (CCO) can be tremendous. But there is a risk that it turns into "no code ownership" (NCO). In my opinion, CCO is a right a team has to earn. While going from ...
10
votes
7answers
333 views
Is this type of continuous pair programming good?
I am working in a company where I am forced to do pair programming with a guy 6 years more experienced than me. At the same time we work on the same code, design, or some other problem, on the same ...
10
votes
5answers
966 views
What is a metaphor in the context of XP?
'Metaphor' seems to be one of the least understood precepts of XP (Extreme Programming) although its supposed to be (one of?) the most important.
Its diff to grasp and supposedly 'the bulb over your ...
10
votes
19answers
2k views
Can you share your secrets or best practices for Problem Solving? [closed]
I heard that Kent Beck who leads XP used so many color pencils to stimulate his brain when he needed to solve the problem. I tried Kent's method and it really worked for me. I don't know why.
Do you ...
9
votes
6answers
544 views
Implementing User Stories the Agile Way
I'm a newbie to the Agile/TDD world and trying to get my head around some of the basics.
This is related to the way I should go about implementing user stories.
For e.g. lets assume I have below 2 ...
9
votes
9answers
1k views
Software to manage user stories
Is there a good freeware / open-source tool to manage user stories in terms of capturing and tracking stories that are currently being developed?
8
votes
5answers
118 views
Does XP conflict with the use of Design Patterns?
Ron Jeffries states "Always implement things when you actually need them, never when you just foresee that you need them".
And yet if I was programming a sub-system in, say, C# then I would spend ...
8
votes
4answers
253 views
Does Extreme Programming Need Diagramming Tools?
I have been experimenting with some concepts from XP, like the following:
Pair Programming
Test First Programming
Incremental Deliveries
Ruthless Refactoring
So far so good until I had a major ...
8
votes
4answers
2k views
Testing bash scripts
We have a system that has some bash scripts running besides Java code. Since we are trying to "Test Everything That Could Possibly Break" and those bash scripts may break, we want to test them. The ...
8
votes
5answers
1k views
Project methodology for small teams
We're usually 1-4 developers / art directors / copywriters on each project at my firm, what methodology would you recommend use to use? Agile? XP? Scrum? Something else? (I know they are all ...
7
votes
6answers
1k views
User story size/scope
When doing agile what are the specific criteria of defining the scope of a user story? What factors should I take into account when defining the scope? Is there any specific formula you use for this ...
7
votes
7answers
343 views
How to go about getting a job at an Agile shop? [closed]
Thank You All for YOur Help :) I Have Been Offered a Position at a Fully Agile, Extreme Programming Shop!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
How best to go about getting a job at an Agile shop? Jobs ...
7
votes
4answers
590 views
What methodology is closest to the Surgical Team in The Mythical Man-Month?
The Mythical Man-Month is now classic, but the "Surgical Team" methodology is still interesting. What methodology most closely resembles it or has the same essence?
To summarize the Surgical Team ...
7
votes
16answers
339 views
Does Pair programming mean you don't need design documentation?
In pair programming, the experience of every member of the team can be spread to new member. This experience is always in sync with the code, because the "senior" of the pair knows how the code works ...
7
votes
14answers
680 views
Is Extreme Programming only for the experienced?
I might be working with a team on a buisness workflow automation project, since it is a business workflow we are looking to have constant interaction with stakeholders and frequent releases. The team ...
7
votes
6answers
761 views
Whats a good process for writing story cards?
We are just going through defining our story cards for the next project.
We have a good idea what the customer want through workshops
We have a business requirement document that will be signed off ...
6
votes
3answers
208 views
Multi-programmer programming IDE or plugin
Are there any plugins/addons/website services which support good multi-programmer programming?
Just like Google Documents supports having people concurrently edit a document, is there any such ...
6
votes
7answers
3k views
Best practices for QA / testing in an Agile (Scrum+XP) team?
We're getting a QA for the first time in our project. We're not sure how to best use him.
We work in an Agile environment. Pair programming, user stories, short sprints (two weeks), daily stand-ups, ...
6
votes
7answers
167 views
What are some social and technical solutions to sharing code and interfaces?
Background:
I am a product manager for a medium size web hosting company and we offer a variety of complementary services besides just webhosting.
Today our company has about a dozen 3-6 developer ...
6
votes
5answers
7k views
What is the difference between Scrum and Extreme Programming?
A few years ago I have worked on a green field project where we did Extreme Programming. I also see a lot of people mention the Scrum methodology.
Could someone tell me the main differences between ...
5
votes
5answers
691 views
Best software development methodology for sole programmer
I have about one year experience in .NET development. I can see that application development is not
about coding! It's about design and architecture. I decided to take a break and start learning ...
5
votes
4answers
969 views
Agile Stories and Tasks
When designing a back-end system, what granularity do you normally give your stories and tasks?
Most examples of creating stories and tasks usually center around a GUI application with the story ...
5
votes
12answers
2k views
Scrum and Extreme Programming (XP) : Best Practices
We follow Scrum for software development in our organization. Although we have fair experience with Scrum, we stop short of producing good source code at the end of the day. People are talking about ...
4
votes
0answers
162 views
Real-time open-source team programming hangout site? [closed]
I sometimes want to write a program of general interest, but want to
work in real-time w/ someone else, just to make it easier, more
interesting, and not run into stumbling blocks (where I spend an ...
4
votes
5answers
823 views
User Stories - Problems that can't be made user stories
I am from an XP background. I know the process very well and have solid working experience with it. I have found it to be the best way to develop software.
I find myself in the position of a process ...
4
votes
3answers
603 views
Savings realized by adopting Agile (Scrum and XP) over Waterfall
I was wondering if someone can share their exeprience or point to a study on cost savings realized by adopting Agile (using Srum and XP), over traditional Waterfall.
4
votes
4answers
257 views
Iteration planning
We are currently trying some new ways of planning out iteration. Earlier the leaddev decided what features are in an iteration an who (which pair) is going to work on it. Aditionally he made a first ...
4
votes
3answers
799 views
Scrum: Technical items in a backlog that is managed by a non technical PO?
Should technical items such as "Upgrade sever from v1 to v2" or "Increase startup performance" or "Refactor login module to reduce code complexity" go in to the product backlog and if so how should a ...
4
votes
9answers
916 views
Test Driven Development and Pair Programming
I am on a team where i am trying to convince my teammates to adopt TDD (as i have seen it work in my previous team and the setup is similar). Also, my personal belief is that, at least in the ...
4
votes
4answers
497 views
FogBugz estimates and pair programming
I am using FogBugz as a tool to give us "a look into the future". The program takes our work hours, the tasks for a release, assigned developer's estimate against that task, and the developers ...
4
votes
5answers
293 views
Volatile Extreme Programming Team
Would you recommend extreme programming practices implemented in organizations where team composition changes often?
If in an extreme programming scenario, the team becomes volatile midway, what ...
4
votes
6answers
428 views
which are the best best tutorials, books, software to start and manage a .net Agile Project with No Experience
which are the best tutorials, books, software and practices to start and manage a new .net based Development Project in an Agile way with no experience with it. which methodology is easier to adopt ...
4
votes
8answers
984 views
What Agile methodology?
What agile methodology would you recommend for a web-site shop?
We have a variety of small projects and a few large ones, teams are cross-project and they multitask. We are really interested in ...
3
votes
5answers
158 views
Agile development and the “unit of agility”
When working in an agile team, how important is it to stick to the stories agreed at the iteration planning meeting?
If, for a business reason, a new mid-sized story needs to be added to the ...
3
votes
1answer
127 views
Extreme Programming Prep / Test / Real Code?
Ok I'm reading my book on Java from Head First Labs, I'm reading the part where they start to talk about XP , where they start to make us write prep code and test code and then real code.
I kind of ...
3
votes
7answers
407 views
Where can I learn about agile/extreme programming online?
I have a small (5 people) team of developers working in a bunch of projects right now. How can I use some agile/extreme methodologies to keep an organized shop that always delivers projects in time ?
3
votes
2answers
261 views
Which are the Extreme Programming “core” practices?
Recently, I began reading about agile methodologies and XP in particular. I am a bit confused, though, about what are considered the practices involved in extreme programming.
More precisely:
...
3
votes
6answers
543 views
How would I word this feature and user story?
I am learning to create features and user stories and was reading this thread:
...
3
votes
3answers
230 views
eXtreme Programming - Prototyping as a task? Or reduce tasks you take?
Should you when wanting to prototype a set of tasks beforehand make a task and allocate time aside for this?
Or on the other hand should you reduce the amount of tasks you take for that day/couple of ...