| ▲ | rbanffy 12 hours ago | |||||||||||||||||||||||||
And, more importantly, source code files. | ||||||||||||||||||||||||||
| ▲ | igouy 11 hours ago | parent | next [-] | |||||||||||||||||||||||||
For decades — "When you use a browser to access a method, the system has to retrieve the source code for that method. Initially all the source code is found in the file we refer to as the sources file. … As you are evaluating expressions or making changes to class descriptions, your actions are logged onto an external file that we refer to as the changes file. If you change a method, the new source code is stored on the changes file, not back into the sources file. Thus the sources file is treated as shared and immutable; a private changes file must exist for each user." 1984 "Smalltalk-80 The Interactive Programming Environment" page 458 | ||||||||||||||||||||||||||
| ▲ | layer8 10 hours ago | parent | prev [-] | |||||||||||||||||||||||||
But the image isn’t just the code, or classes, it’s also the network of objects (instances). And that’s more difficult to version, or to merge branches of. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||