
Cohesion or Coupling – Essential Architecture Decisions
A critical design decision in the object-oriented world is whether to choose cohesion or coupling. These two approaches are not mutually exclusive. However, it is... Read more
A critical design decision in the object-oriented world is whether to choose cohesion or coupling. These two approaches are not mutually exclusive. However, it is... Read more
Object names and namespaces are just the beginning of creating a class architecture. We need to consider globally available values, data hiding, abstraction, and how... Read more
Most modern business applications have some state or context. This model can be easy to implement in a stand-alone application. However, multi-user applications like web... Read more
One of the most substantial challenges in system development is the application programming interface. The result is (ideally) a stable and well-defined interface for your... Read more
When we talk about creating an architecture for the future, integrations should always be a part of the discussion. These include importing, exporting, and direct... Read more
System logs and logging is one of the least sexy things in software development. Nevertheless, they are highly valuable. The ultimate challenge in a logging... Read more