May 2005 - Posts

A simple Set collection
26 May 05 12:39 PM
In a Microsoft internal discussion, someone asked for Set functionality in a collection. I threw this together. What do you think? Useful or no? using System.Collections.Generic; using System.Diagnostics; class Set <TItem> { Dictionary <TItem, Read More...
Postedby jaybaz_MS | 4 Comments    
Weekly P1 ZBB
13 May 05 05:27 PM
We've started a new-to-us practice around here: The weekly P1 ZBB. Each bug in our bug database gets assigned a priority: 0 - drop everything and fix this, because people are completely blocked because of this. 1 - really important bug that we really Read More...
Postedby jaybaz_MS | 2 Comments    
Page view tracker