The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Complexity Kills

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
Complexity Kills Posted: Nov 27, 2006 11:05 AM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Complexity Kills
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement

If this isn't evidence that size breeds complexity, I don't know what is. In an explanation of how builds of Windows happen, Moishe Lettvin talks about how long it takes code to migrate from a typical development team at MS up to the central repository (or back down):

In Windows, this model [ed: one master repository used by all] breaks down simply because there are far too many developers to access one central repository -- among other problems, the infrastructure just won't support it. So Windows has a tree of repositories: developers check in to the nodes, and periodically the changes in the nodes are integrated up one level in the hierarchy. At a different periodicity, changes are integrated down the tree from the root to the nodes. In Windows, the node I was working on was 4 levels removed from the root. The periodicity of integration decayed exponentially and unpredictably as you approached the root so it ended up that it took between 1 and 3 months for my code to get to the root node, and some multiple of that for it to reach the other nodes. It should be noted too that the only common ancestor that my team, the shell team, and the kernel team shared was the root.

This explains a lot of the more frustrating bugs in Windows - an awful lot of the code is built based on not completely recent versions of the codebase. Heck, it sounds like no one really works on the "real" codebase - everyone has their own mirror, and all the mirrors reflect reality a little differently. It's kind of amazing that it works at all, actually.

Technorati Tags: ,

Read: Complexity Kills

Topic: What pattern are you? Previous Topic   Next Topic Topic: Smalltalk Daily, Now Organized

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use