Questions tagged [feature-driven]

Feature-driven development (FDD) is an iterative and incremental software development process. It is one of a number of Agile methods for developing software and forms part of the Agile Alliance. FDD blends a number of industry-recognized best practices into a cohesive whole. These practices are all driven from a client-valued functionality (feature) perspective. Its main purpose is to deliver tangible, working software repeatedly in a timely manner.

FDD is a model-driven short-iteration process that consists of five basic activities.

  • Develop overall model
  • Build feature list
  • Plan by feature
  • Design by feature
5 questions
8
votes
2 answers

Why should I use Feature Driven Development?

Extreme Programming, Scrum and Test Driven Development definitely seem to be the most popular Agile methods at the moment. But someone recently suggested that I take a look at Feature Driven Development. Have you ever used this method with any…
Dennito
  • 280
  • 1
  • 3
  • 7
3
votes
15 answers

What software development process do you use?

I have always used the agile Feature Driven Development process for developing software. What does everyone else use, and why do you prefer it? I prefer FDD because that's what I started with fresh out of college. In college, everything was very…
MaTT
  • 175
  • 1
  • 11
2
votes
1 answer

How to correctly write feature driven architecture with shared features?

I am rewriting my monolithic architectural application into feature driven architecture in Vue.js. Since we are hiring more people to our organization, we need to be able to assign workers into different features/domains to work with. We have…
Jams
  • 21
  • 2
1
vote
2 answers

Topic branches in git for a small changeset?

I'm in the process of introducing feature-driven development to my team. We work with git and we're just starting to create topic branches for our work. From what I understand, a topic branch should be created for every feature or bug and the…
Adi Gerber
  • 636
  • 7
  • 22
0
votes
1 answer

UWP App using MVVM: Registration of feature view on main view

I am new to c# and uwp apps. And this is my first try with MVVM. I have the following program design and go according to the schema of the FDD. MVVM App-Design I would like to achieve: Registration of the ViewFeature.xaml on…
Calid
  • 1
  • 3