10 lines
406 B
Markdown
10 lines
406 B
Markdown
|
---
|
||
|
title: "Architecture"
|
||
|
date: 2019-05-21T15:18:37-07:00
|
||
|
weight: 20
|
||
|
---
|
||
|
|
||
|
Architecture simply means the basic structure of a program, and how things are added to the program. It is the foundation of everything you build.
|
||
|
|
||
|
All programs that you write have some kind of architecture, even if you haven't really thought about it much. Let's go over some different architectures and talk about their features.
|