enkeltprogram
Enkeltprogram is a term used in Swedish computing to describe a software artifact designed to perform a single, well-defined task. It is typically a small program, often a command-line utility or script, that accepts input, executes one operation, and returns output without undertaking additional responsibilities.
Key characteristics of an enkeltprogram include a focused purpose, a small codebase, and minimal dependencies. The
In practice, enkeltprograms are common in education, system administration, and lightweight automation. They are used to
The concept aligns with the broader software engineering principle of the single responsibility principle, emphasizing that
See also: single responsibility principle, script, utility, command-line tool, modular programming.