Tuesday, March 27, 2012

Eclipse SDK's Greatest Hits: The First Ten Years

ElementTree
  • efficient for keeping track of deltas
  • store one full tree + delta
JavaBuilder
  • revisit starting assumptions
  • sometimes optimal solutions are not the best solutions
WorkbenchAdvisor
  • "policy" vs "mechanism"
  • might another application want to do something differently
Keybindings (Command Framework)
  • incrementally adding functionality until a fundamental rethink is required
  • pure model
p2
  • satisfying install dependencies is a NP-Complete problem
  • understanding algorithm complexity is important
  • recognize a HP hard problem
  • if it's a hard, someone else has probably already found a solution

No comments:

Post a Comment