InfoQ

InfoQ

Presentation

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Recorded at:
Recorded at

From Good to Great Developer

Presented by Chris Hedgate on Oct 16, 2009 Length 00:39:56
Sections
Process & Practices,
Architecture & Design,
Development
Topics
Agile Techniques ,
Agile ,
Programming
Tags
Jfokus 2009 ,
Coaching and Mentoring
 

How would you like to view the presentation?

In case you are having issues watching this video, please follow these simple steps to help us investigate the issue:
1. Right click on the video player and select Copy log
2. Paste the copied information in an email to video-issue@infoq.com (clicking this link will fill in the default details in most email clients).
Note: in case your email client hasn't automatically picked up the email subject, please include in your email the URL of the video too.
3. Done.
We will investigate the issue and get back to you as soon as possible. Thanks for helping us improve our site!
Summary
Chris Hedgate makes a difference between a good and a great developer. The former writes code quickly, knows how to solve problems, but his code tends to be hard to maintain on the long run. The good developer keeps an eye on the future trying to make sure the code evolves cleanly. Hedgate advices on how to move from good to great.

Bio
Chris Hedgate coaches software development teams, sometimes working as coach, using retrospectives to help teams improve their dynamics and collaboration, and other times he works as a player-coach, working along with a team while also mentoring the team members.

About the conference
Jfokus is the largest annual conference for everyone who works with Java in Sweden. At Jfokus you will have an unique opportunity to keep yourself updated with the latest development of the Java platform through numerous interesting sessions. Jfokus gather rock-star speakers, both from Sweden and internationally. The focus is system development with Java and surrounding techniques like dynamic languages and agile methodologies. Jfokus is the best way for you to get the latest trends and buzz about Java from people who live and breathe technology on a daily basis.
pics by Kevin Wong Posted
'bout the presentation by Fabio Pupo Posted
would like to have seen... by Jason Little Posted
Re: would like to have seen... by Fabio Pupo Posted
"Copy, Paste, Modify" is not always bad by Oliver Doepner Posted
Good presentation by Steven Zhang Posted
Re: Good presentation by Steven Zhang Posted
I love InfoQ but... by Shady Mostafa Posted
  1. Back to top

    pics

    by Kevin Wong

    Anybody work with female developers that look like the ones shown in those pics? I'd be smiling too.

    Good presentation. But people care about code or they don't. In my experience you can't compel them to care. Just fire them.

  2. Back to top

    'bout the presentation

    by Fabio Pupo

    Very good, great! it's simple, clean, has focus. All developer and team guy should see that.

  3. Back to top

    would like to have seen...

    by Jason Little

    Would have been great to see the live coding, the code shown in the preso material was jumbled and not readable. Otherwise this was a great insight!

  4. Back to top

    Re: would like to have seen...

    by Fabio Pupo

    Jason .. I got the presentation on his blog:
    www.hedgate.net/talks/from-good-to-great-develo...

    There are the resources, the presentation and the code available!

  5. Back to top

    "Copy, Paste, Modify" is not always bad

    by Oliver Doepner

    The presenter is suggesting is that constantly refactoring your code to reduce/avoid duplication helps to make it easier to maintain.

    But sometimes the opposite can be true: "Copy, paste and modify" allows code to grow organically in the (different) directions that its uses might require (in the future).

    Trying to force code sharing between several pieces of functionality can introduce several problems:

    - Fixing a bug for one use can break another use
    - Code has to be more complex to serve various uses
    - More indirection makes code harder to understand
    - Ongoing Refactoring can easily introduce bugs

    I guess the interesting challenge is to know when several code pieces "have to do exactly the same thing" and therefore should share the code (in a common method or class) - as opposed to code pieces that look similar but should be kept separate and allowed to grow in different directions.

  6. Back to top

    Good presentation

    by Steven Zhang

    I like this presentation, simple and straightforward. I've been trying to write the clean code improve the design, but I am frustrated with my colleagues and my manager, they don't understand the importance of the clean code. This presentation give me a solution: first inspire them.

    I also like the concept of 4-stage learning model. With another 3-stage model called shu-ha-ri which is introduced by Alistar CockBurn and a 5-stage dreyfus model which is introduced by Andy Hunt, right now I have a more deeper understanding for the learning models.

  7. Back to top

    Re: Good presentation

    by Steven Zhang

    I posted my full comments in my blog:

    code-dojo.blogspot.com/2009/10/from-good-to-gre...

  8. Back to top

    I love InfoQ but...

    by Shady Mostafa

    Guys, what's the point of having such a great session when I can't see the code.. Through out Chris's demos I'm imagining what the code looks like & even imagining his changes..

    Why not focus the cam on the screen/presentation when he does the demos?

Educational Content

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.

Beauty Is in the Eye of the Beholder

Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.

Architecting Visa for Massive Scale and Continuous Innovation

John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.

Max Protect: Scalability and Caching at ESPN.com

Sean Comerford unveils ESPN.com’s architecture, what components are used and why, and the current changes the website goes through.

The Seven Deadly Sins of Enterprise Agile Adoption

Are there repeated patterns of failure on Enterprise Agile Enablement efforts? Sanjiv and Arlen discuss Seven Deadly Sins to avoid when adopting Agile in an enterprise.

Questions for an Enterprise Architect

Erik Dörnenburg answers: What is Enterprise and Evolutionary Architecture?, discussing 4 issues: Turning strategy into execution, Ensuring conformance, Where do the architects sit? Buying or building?

Wrap Your SQL Head Around Riak MapReduce

Sean Cribbs explains what Map-Reduce and Riak are, why and how to use Map-Reduce with Riak, and how to convert SQL queries into their Map-Reduce equivalents.