CodeConnect/SourceBrowser

Make model elements immutable

Closed this issue · 1 comments

As mentioned in #14 we should probably make the workspace model elements immutable. After they've been created, we really don't need to be mutating them.

#56 closes this. (Ultimately we're not going fully immutable, but we're getting rid of all setters)