Tag: organisation
-
densify
I was jigsawing again recently and suddenly there was this feeling of convergence with software engineering. Jigsaws There phase that crops up multiple times when I’m doing a jigsaw. I’ve sorted out some set of pieces. That could be edge pieces, ones with green bits or, say, everything to do with faces. Ideally the category…
-
Journey, destination and story
I’ve been thinking about writing this one for a while, actually longer than that. I really needed an example to talk about. Fortunately I wrote some code recently. This is about code changes, how they made and how to present them. I’m going to talk about code changes as having a few different parts: The…
-
Interconnection complexity
This problem is sometimes referred to as communication complexity and can be a problem for teams. It also has implications for systems architecture and probably elsewhere. Team problem One person by themselves doesn’t have to worry about synchronising their work with anyone. There is no communication overhead. On the other hand, it’s just one person…