Writing basics

pmz0106
Jul 16, 2022

--

Entities

Understanding

Desirable result can be achieved with understanding what are you doing. In our understanding swims entities and relations between them.

Entity

Entity — set of related properties, perceived as one unit.

Property

Property — entity behavior during interaction with other entities.

Interaction

Changes in properties

Entity properties can be changed during interaction with other entities or with time.

Conditions

Entities are interacting only in certain conditions.

Properties selection

Interaction is determined by properties related with him.

Writing

Naming

Names are assigned to entities for writing.

Language

Language provides names for entities description, selecting which properties have to be changed, and executing these changes.

Writing

Writing code is linking with already written, and creates a new working unit, possibilities of which are limited by surroundings.

--

--