#Architecture

READ

All Architecture readings

Read all Architecture related articles

LEARN

What is an Architecture

Architecture in programming is the high level structure of a software system,

the discipline of creating such structures and the documentation of these structures.

It is the set of structures needed to reason about the business needs,

which comprise the software elements, the relations between them

and the properties of both elements and relations.

 
In a nutshell arch is: "way of producing code, way of testing, way of deploying, way of developing... or anything else it's hard to say".