11

I've seen this TEA acronym (?!) in many places all over the web - means elm architecture - but i don't understand what each initial stands for. Thanks.

glennsl
  • 28,186
  • 12
  • 57
  • 75
AIon
  • 12,521
  • 10
  • 47
  • 73

2 Answers2

21

TEA is an acronym of the name The Elm Architecture

Barlas Apaydin
  • 7,233
  • 11
  • 55
  • 86
bdukes
  • 152,002
  • 23
  • 148
  • 175
4

A little resume, of course the answer short, correct and sweet was provided by @bdukes:

The Elm Architecture is a simple pattern for architecting webapps. It is great for modularity, code reuse, and testing. Ultimately, it makes it easy to create complex web apps that stay healthy as you refactor and add features.

More info here

developer_hatch
  • 15,898
  • 3
  • 42
  • 75