What Einstein Figured Out About Software Architecture
blog.quixey.com
What Einstein Figured Out About Software Architecture
1–5 of 5 posts
Re: What Einstein Figured Out About Software Architecture
#2It seems, though, that there must be some important distinction between "action at a distance" in physics, and "action at a distance" in software, that's being passed up.
In particular, "distance" in software is surely a function of "distance in mental space", rather than simply the number of lexical-scope boundaries crossed, or the specific number of containing modules. Do we have some way of formalizing this intuition of "distance", such that we could actually use it as a design measure?
Re: What Einstein Figured Out About Software Architecture
#3I understand and endorse the idea here. It seems, though, that there must be some important distinction between "action at a distance" in physics, and "action at a distance" in software, that's being passed up. In particular, "distance" in software is surely a function of "distance in mental space", rather than simply the number of lexical-scope boundaries crossed, or the specific number of containing modules. Do we…
Re: What Einstein Figured Out About Software Architecture
#4I understand and endorse the idea here. It seems, though, that there must be some important distinction between "action at a distance" in physics, and "action at a distance" in software, that's being passed up. In particular, "distance" in software is surely a function of "distance in mental space", rather than simply the number of lexical-scope boundaries crossed, or the specific number of containing modules. Do we…
Is there anything here that offers more insight than keeping your DB in the same datacenter as your app servers?
Re: What Einstein Figured Out About Software Architecture
#5I understand and endorse the idea here. It seems, though, that there must be some important distinction between "action at a distance" in physics, and "action at a distance" in software, that's being passed up. In particular, "distance" in software is surely a function of "distance in mental space", rather than simply the number of lexical-scope boundaries crossed, or the specific number of containing modules. Do we…
I think those metrics should converge on each other as you refine the shape of your program toward the Right Thing.
Rephrased: Your module or scoping system serves you well to the extent that you can make hierarchies of modules and scope correspond to hierarchies in your mental model.