Class Architecture And General Grouping of Features
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
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
While the GUI is used for most of our user interaction, there are other methods to consider as well. The areas of focus in this... Read more