Latest Tweets:

Flex Camp

Went to Flex Camp Boston yesterday.  Drive was terrible.  The sessions were mostly fluff and needed to be short to fit them all in.

Did come away with a few things:

  • Optimize by keeping a display list model of what is current showing and only update that.
  • Only mock objects in a unit test if the consumer does not know they are mocked
  • Do we need to be so granular with events when using Caringorm?  No, combine logical groupings into single event classes.