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.
The content has been bookmarked!
There was an error bookmarking this content! Please retry.
How would you like to view the presentation?
Five Key Practices to Agile ALM
Transforming Software Delivery: An IBM Rational Case Study
Case Study: IBM's Agile Transformation
18 agile and lean practices for effective software development governance
Maximize your business-responsiveness with Mingle. Provide your global development team a shared space that adapts to the way they work.
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.
Very good, great! it's simple, clean, has focus. All developer and team guy should see that.
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!
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!
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.
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.
I posted my full comments in my blog:
code-dojo.blogspot.com/2009/10/from-good-to-gre...
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?
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.
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.
Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.
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.
Sean Comerford unveils ESPN.com’s architecture, what components are used and why, and the current changes the website goes through.
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.
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?
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.
8 comments
Watch Thread Reply