Better Programming

Advice for programmers.

Follow publication

Member-only story

6 Important Software Architecture Principles

Oliver Karst
Better Programming
Published in
4 min readAug 19, 2022

Software architecture principles define general rules and guidelines for using and deploying IT resources and assets. They reflect a level of consensus and form the basis for future IT decisions.

Skyline View of Frankfurt. Photo by my own.

This is a selection of six important software architecture principles.

1. Make, Buy, Reuse — Or Better Reuse, Buy, Make at Least

Reuse before buy, and buy before make. Why?

Example: what would happen if you make (code and implement) your personal company internet browser, mail app, or office package?

Answer: you would spend a lot of time and money. You would not be able to concentrate on your core business. Usually, your solution would be so unique that, in bad cases, it requires additional user training.

Especially in huge companies, it makes sense to verify if the solution already exists, is bought, is implemented, or is already running for a given problem. Sometimes you find running software solutions in another department of the company.

If no software is already available in your company to solve the requirements, you should first do market research. In most cases, there are different software solutions providers with more or less specialization.

Don’t reinvent the wheel.

You should make your software if your requirements are so special that there is no fitting solution available. This is your core business to create and sell software for special uses. And to earn money with it.

2. Build For Cloud

Modern software applications need to be able to run in cloud environments like AWS, Azure, GCP, etc.

Nowadays, no company wants to operate its own data center unless it is essential for special reasons.

As a rule, the use of cloud environments from large providers is much cheaper.

Large cloud providers also have more experience and greater reliability regarding security aspects and availability.

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Oliver Karst
Oliver Karst

Written by Oliver Karst

Father, Senior Software Architect, technology freak, interested in climate change and carbon-free life, based in Germany. International family and friends.

Responses (3)

Write a response