The Artima Developer Community
Sponsored Link

Java Buzz Forum
Make the Implicit Explicit

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
Michael Cote

Posts: 10306
Nickname: bushwald
Registered: May, 2003

Cote is a programmer in Austin, Texas.
Make the Implicit Explicit Posted: May 25, 2004 1:16 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Michael Cote.
Original Post: Make the Implicit Explicit
Feed Title: Cote's Weblog: Coding, Austin, etc.
Feed URL: https://cote.io/feed/
Feed Description: Using Java to get to the ideal state.
Latest Java Buzz Posts
Latest Java Buzz Posts by Michael Cote
Latest Posts From Cote's Weblog: Coding, Austin, etc.

Advertisement

I broke one of my own suggestions for doing software better last week: always make the implicit explicit. As with most large companies, we're spending time integrating our product with other products. To further that along, we branched mainline to do the first cut of integrating with a new framework, an internal SDK.

Of course, with most large integration efforts, it's expected that things will be broken for awhile and that we'll need to fix all the broken integration points before working on the new features. So, at the beginning of this week, we happily merged the branch back into mainline. And, of course, many things are broken: they need to be converted to the new framework.

However, everyone in the team wasn't expecting this broken-ness to the degree that we (the branch people) thought acceptable. Thus, after having merged everything in, there was a collective "uh...everything is broken" type of response.

We'd just assumed everyone would know, and be ready, for that. It was implicit in the whole process (to us, at least). What we should have done is make it extremely explicit before we merged back in.

Anyhow, lesson learned...yet again ;>

Read: Make the Implicit Explicit

Topic: ATOM Feeds for Google Group Previous Topic   Next Topic Topic: 3,342 + 1 Posts

Sponsored Links



Google
  Web Artima.com   

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