I'm curious as to if the Smalltalk Image system scales.
If you had 20 programmers working on the same codebase, how does that work? Do they each have their own image, or do they share one?
If you make a code modification that requires a modification of your environment, and someone makes a different modification with similar requirements, can the images be merged (as with Version Control)?