|
|
|
|
|
by brundolf
1901 days ago
|
|
Broadly it means there's an emphasis on creating your content declaratively, often in a config file format (i.e., not in code). Saying "there's an entity X, it has these behaviors, it has these properties" in XML or JSON or whatever else. And then actual code is written separately, to handle specific logic that uses those declarative properties. I'm sure somebody else can give a more precise definition |
|