declaratyvus
Declaratyvus is a term used in computer science and programming to describe a style of programming that focuses on *what* the program should achieve rather than *how* it should achieve it. This is in contrast to imperative programming, which specifies the exact sequence of commands a computer must perform to reach a desired state.
In a declaratyvus paradigm, programmers declare the desired outcome or properties of the computation. The underlying
Examples of declaratyvus programming include SQL for database queries, HTML for web page structure, and configuration