agile

How do you do TDD in a non-trivial application? [closed]

╄→尐↘猪︶ㄣ 提交于 2019-12-20 09:19:14
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 2 years ago . I've read a number of books and websites on the subject of TDD, and they all make a lot of sense, especially Kent Beck's book. However, when I try to do TDD myself, i find myself staring at the keyboard wondering how to begin. Is there a process you use? What is your thought

What is the difference between Scrum and Extreme Programming? [closed]

♀尐吖头ヾ 提交于 2019-12-20 08:49:19
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago . 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 Scrum and XP? 回答1: Scrum is a software development methodology, XP is a programming

Agile Vs Spiral Model for SDLC [closed]

空扰寡人 提交于 2019-12-20 08:36:04
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I believe that Agile is nothing but another implementation of Spiral Model. I am a big supporter of Spiral (The spiral model is a software development process combining elements of both design and prototyping-in-stages, in an effort to combine advantages of top-down and bottom-up concepts) since its beginnings

What are Epics in regard of features and backlog items in Team Foundation? [closed]

为君一笑 提交于 2019-12-20 08:24:35
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . From this link I assert that a feature is a set of backlog items, but what is an epic supposed to be? 回答1: The general consensus is that: Product backlog Item is something that can be delivered in a single sprint. Feature is something that can't be delivered in a single sprint, but that can be delivered in a

How different is Scrum practice from Agile Practice? [duplicate]

我的未来我决定 提交于 2019-12-20 08:17:19
问题 This question already has answers here : What is the difference between Scrum and Agile Development? [closed] (7 answers) Closed 4 years ago . Mostly people say Scrum and Agile interchangeably but what is the difference between Scrum Practice as compared to Agile Practice ? 回答1: Agile is a general philosophy regarding software production, Scrum is an implementation of that philosophy pertaining specifically to project management. 回答2: Scrum is a type of Agile method just like an apple is a

Help me understand how QA works in Scrum [closed]

大憨熊 提交于 2019-12-20 07:59:17
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . Apparently we use the Scrum development methodology. Here's generally how it goes: Developers thrash around trying to accomplish their tasks. Generally the tasks take most of the sprint to complete. QA pesters Dev to release something they can test, Dev finally throws some buggy code out to QA a day or two

Version control for tickets? [closed]

点点圈 提交于 2019-12-20 07:55:54
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 7 years ago . Conceptually related to the independent content-hosting with Git here. I would like to separate 3 things: ticketing -version-control (management), programming -version-control and structural -version-control

User Stories - Problems that can't be made user stories [closed]

耗尽温柔 提交于 2019-12-18 11:14:24
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 2 years ago . 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 doctor of sorts and this creates much self examination and revaluation of my

How to automate development environment setup? [closed]

 ̄綄美尐妖づ 提交于 2019-12-18 09:53:33
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago . Every time a new developer joins the team or the computer a developer is using changes, the developer needs to do lots of work to setup the local development environment to make the current project work. As a SCRUM team we are trying to automate everything including deployment and

How do you let people work on a project without exposing them to the whole code base? [closed]

余生长醉 提交于 2019-12-14 03:24:16
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 months ago . I'm Co-Founder and CTO of OnePage (http://myOnePage.com/joel). I'd be interested to hear your views and answers to this particular problem: I'm certain Yahoo! or Google don't expose their entire code to their developers! I was just wondering what method you use to restrict