Collaboration: At the Extremities of Extreme
Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.
The content has been bookmarked!
There was an error bookmarking this content! Please retry.
Posted by Ben Hughes on Jul 27, 2007
Although there is an increase from last year's agile adoption rate, I'm reticent to compare the figures because I asked the question significantly differently.With this in mind, how should we measure the adoption of agile practices, and how as a community can we get a unified picture of the landscape and group behaviours in which we operate?
18 agile and lean practices for effective software development governance
SCM best practices for multiple processes, releases & distributed teams
In today’s hyper-competitive world, later may be too late to adopt Agile development and this Roadmap for Success will help you get started. Download "Agile Development: A Manager's Roadmap for Success" now!
* A distinct absence of database refactoring practices, despite code refactoring scoring highly in the "Value To Business" part of the survey.
It's because they don't know the art of SQL. Most programmers are not aware of how much you can do with SQL, therefore write a lot of compensating code/xml/garbage that greatly worsens the situation (because it introduces even more code dependencies on the database remaining the way it is, which was their original excuse for not refactoring the database now and then).
"It's because they don't know the art of SQL. Most programmers are not aware of how much you can do with SQL, therefore write a lot of compensating code/xml/garbage that greatly worsens the situation"
If I recall correctly, Scott himself has stated that the problem is an utter lack of tooling support from database vendors. Knowledge of SQL alone will not keep a large project's database flexible, tested, and published under revision control.
Scott talks about this and other issues facing agile databases in his presentation "Scott Ambler on Database Refactoring". I highly recommend it.
Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.
Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).
Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.
Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.
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.
2 comments
Watch Thread Reply