13
Team Building Robert Reiz Wednesday, January 12, 2011

Team Building - robertreiz.files.wordpress.com · Team Building Robert Reiz Wednesday, January 12, 2011. PLOIN – Because it's your time Übersicht 1 – Tuckman 2 – Tools 3 –

  • Upload
    others

  • View
    1

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Team Building - robertreiz.files.wordpress.com · Team Building Robert Reiz Wednesday, January 12, 2011. PLOIN – Because it's your time Übersicht 1 – Tuckman 2 – Tools 3 –

Team Building

Robert Reiz

Wednesday, January 12, 2011

Page 2: Team Building - robertreiz.files.wordpress.com · Team Building Robert Reiz Wednesday, January 12, 2011. PLOIN – Because it's your time Übersicht 1 – Tuckman 2 – Tools 3 –

PLOIN – Because it's your time

Übersicht

1 – Tuckman

2 – Tools

3 – Coding Rules

Wednesday, January 12, 2011

Page 3: Team Building - robertreiz.files.wordpress.com · Team Building Robert Reiz Wednesday, January 12, 2011. PLOIN – Because it's your time Übersicht 1 – Tuckman 2 – Tools 3 –

PLOIN – Because it's your time

1Tuckman

Wednesday, January 12, 2011

Page 4: Team Building - robertreiz.files.wordpress.com · Team Building Robert Reiz Wednesday, January 12, 2011. PLOIN – Because it's your time Übersicht 1 – Tuckman 2 – Tools 3 –

PLOIN – Because it's your time

1 – Tuckman

Forming Storming

NormingPerforming

Wednesday, January 12, 2011

Page 5: Team Building - robertreiz.files.wordpress.com · Team Building Robert Reiz Wednesday, January 12, 2011. PLOIN – Because it's your time Übersicht 1 – Tuckman 2 – Tools 3 –

PLOIN – Because it's your time

2Tools

Wednesday, January 12, 2011

Page 6: Team Building - robertreiz.files.wordpress.com · Team Building Robert Reiz Wednesday, January 12, 2011. PLOIN – Because it's your time Übersicht 1 – Tuckman 2 – Tools 3 –

PLOIN – Because it's your time

2 – Tools

JIRA + Greenhoper Maven2 Hudson TestNG HtmlUnit Eclipse / IntelliJ IDEA UML - Visual Paradigm Subversion

Wednesday, January 12, 2011

Page 7: Team Building - robertreiz.files.wordpress.com · Team Building Robert Reiz Wednesday, January 12, 2011. PLOIN – Because it's your time Übersicht 1 – Tuckman 2 – Tools 3 –

PLOIN – Because it's your time

2 – Tools - JIRA

Wednesday, January 12, 2011

Page 8: Team Building - robertreiz.files.wordpress.com · Team Building Robert Reiz Wednesday, January 12, 2011. PLOIN – Because it's your time Übersicht 1 – Tuckman 2 – Tools 3 –

PLOIN – Because it's your time

2 – Tools - JIRA

Create/OpenIssue

Start to Work Stop work

FixedReviewCLOSE

Commit

Wednesday, January 12, 2011

Page 9: Team Building - robertreiz.files.wordpress.com · Team Building Robert Reiz Wednesday, January 12, 2011. PLOIN – Because it's your time Übersicht 1 – Tuckman 2 – Tools 3 –

PLOIN – Because it's your time

2 – Tools - Subversion

Daily commits / small peaces of work

Always with comments! -> Issue Nr. Do not commit this:

Meta files (.classpath) everything under “target”.

Wednesday, January 12, 2011

Page 10: Team Building - robertreiz.files.wordpress.com · Team Building Robert Reiz Wednesday, January 12, 2011. PLOIN – Because it's your time Übersicht 1 – Tuckman 2 – Tools 3 –

PLOIN – Because it's your time

2 – Tools - Maven2

mvn compile

mvn -Dmaven.test.skip=true package

mvn -DdownloadJavadocs -DdownloadSources eclipse:eclipse

mvn -DdownloadJavadocs -DdownloadSources idea:idea

Wednesday, January 12, 2011

Page 11: Team Building - robertreiz.files.wordpress.com · Team Building Robert Reiz Wednesday, January 12, 2011. PLOIN – Because it's your time Übersicht 1 – Tuckman 2 – Tools 3 –

PLOIN – Because it's your time

2 – Coding - Clean Code

Wednesday, January 12, 2011

Page 12: Team Building - robertreiz.files.wordpress.com · Team Building Robert Reiz Wednesday, January 12, 2011. PLOIN – Because it's your time Übersicht 1 – Tuckman 2 – Tools 3 –

PLOIN – Because it's your time

2 – Coding - Clean Code

This is my Code! Don’t touch it!

Avoid cascading! Code should be left aligned.

Small methods / small classes!

Think about the names! Meaningful names.

KIS = Keep It Simple

JavaDoc hell !? Avoid JavaDoc!

Wednesday, January 12, 2011

Page 13: Team Building - robertreiz.files.wordpress.com · Team Building Robert Reiz Wednesday, January 12, 2011. PLOIN – Because it's your time Übersicht 1 – Tuckman 2 – Tools 3 –

PLOIN – Because it's your time

? ? ?

Wednesday, January 12, 2011