3

これは、新しい.netベースの開発プロジェクトを経験のないアジャイルな方法で開始および管理するための最良のチュートリアル、書籍、ソフトウェア、およびプラクティスです。XP |スクラムを採用するのが簡単な方法はどれですか?

4

6 に答える 6

2

I first learned about XP in 2004, and it completely changed my programming world-view. XP is very approachable, it encourages you to "use what works", and you can start small and work your way into it.

I don't know too much about SCRUM. But I can say I hate the use of the word "sprint" as it has bad connotations. And SCRUM purposely draws the line at not suggesting any engineering practices and tries to be purely a management technique, ostensibly leaving the engineering decisions up to the team.

I'd suggest you get a copy of the seminal XP book which you can easily read through in a couple days, after which you'll be able to make a decision from a more informed point-of-view. If you read the book and like what you read, then go for XP. If you decide you don't like XP after reading (some or all) of the book then you can go onto other things. If you don't want to fork over the cash for the book just yet, go google "extreme programming" and read through the material on the INET -- there's tons of it online.

http://www.extremeprogramming.org/ rivals Kent Beck's book for essential info on XP.

于 2008-10-25T08:05:07.157 に答える
1

また、スクリーンキャスト シリーズの「Autumn Of Agile 」もご覧になることをお勧めします。特に最初の 2 本のビデオ (後半のビデオでは、コーディングの側面が詳しく説明されています (あなたの質問が、管理の側面により興味があると仮定します)。

次に、次のメーリング リストに参加することをお勧めします (他の参加者を探してください)。

http://tech.groups.yahoo.com/group/leanagile/

于 2009-02-05T12:42:21.193 に答える
1

henrik Kniberg による Trenches のスクラムと XP は、InfoQで入手できます。もう 1 つは、Mike Cohn の Agile Estimation and Planning です。

于 2008-12-31T21:56:18.003 に答える
1

あなたは間違った質問をしています。

スクラムの方が採用しやすいのは間違いありませんが、XP の方がプロジェクトを成功させる可能性がはるかに高くなります。アジャイルを初めて使用する場合は、さまざまなエンジニアリング プラクティスを実践する必要があります。

于 2009-02-05T13:11:56.670 に答える
1

純粋なプロジェクト管理アプローチとしてのスクラムは、首を吊るすための多くのロープと、そうしていることに早期に気づき、是正措置を開始するために必要なフィードバックを提供します。一方、XP は、高度に反復的なアプローチに必要な多くのエンジニアリング プラクティスを追加します。どちらがあなたに適しているかは、主にあなたの個人的な好みによって異なります。

手始めに、「アジャイル開発の技術」という本を強くお勧めします。技術的な側面については、「アジャイルの原則、パターン、および実践」を追加するとよいでしょう。

于 2008-10-30T20:26:37.303 に答える
0

Ken Schwaber と Mike Beedle による SCRUM: Agile Software Development with Scrum に関する素晴らしい本。 http://www.amazon.com/Agile-Software-Development-Scrum/dp/0130676349

ソフトウェアに関しては:

私の仕事では、計画およびバグ追跡ツールとしてTarget Process ( http://targetprocess.com/ ) を使用しています。拡張性とソース管理のための優れたオプションがあり、VS2008 にプラグインされています。

ユーザーストーリー、スプリント、および非常に優れた労力見積もりツールのバックログをサポートすることにより、SCRUM 方法論をサポートします。

とても満足しています。

于 2008-10-30T17:31:18.093 に答える