Modular programming
Structured programming technique where a program is divided into modules with specific functions
Modular programming is a programming paradigm that emphasizes organizing the functions of a codebase into independent modules, each providing an aspect of a computer program in its entirety without providing other aspects. A module interface expresses the elements that are provided and required by the module.
Nº Q6453666 ★
Common · History
Modular programming
Structured programming technique where a program is divided into modules with specific functions
Modular programming is a programming paradigm that emphasizes organizing the functions of a codebase into independent modules, each providing an aspect of a computer program in its entirety without providing other aspects. A module interface expresses the elements that are provided and required by the module.
Last price
—
Floor price
—
7-day median
—
30-day sales
0
30-day range
—
In circulation
0
Price history
median
low – high
sales
No sales in this period
Show table
| Date | median | Low | High | sales |
|---|
Sales history
- Last sale
- —
- 30-day average
- —
- 30-day low
- —
- 30-day high
- —
- Sales 7d
- 0
- Sales 30d
- 0
No sales yet.
Anonymous sales: no buyer or seller shown. Figures count player-to-player sales only.
From Wikipedia
Modular programming is a programming paradigm that emphasizes organizing the functions of a codebase into independent modules, each providing an aspect of a computer program in its entirety without providing other aspects. A module interface expresses the elements that are provided and required by the module. The elements defined in the interface are detectable by other modules. The implementation contains the working code that corresponds to the elements declared in the interface.
Text: Wikipédia, CC BY-SA 4.0. · Image: Josell7 (CC BY-SA 4.0) ·
Related cards
Procedural programming
Programming paradigm
Nº Q1418502 ★★★
Modular design
System divided into smaller parts that can be independently built, modified, replaced, or exchanged with other parts or between different systems
Nº Q1620158 ★★
Event-driven programming
Programming paradigm
Nº Q1135914 ★★★
Declarative programming
Programming paradigm that expresses the logic of a computation without describing its control flow
Nº Q531152 ★★
Structured programming
Programming paradigm aimed at improving clarity, quality, and development time by using control structures
Nº Q223335 ★★★
Divide-and-conquer algorithm
Algorithm design paradigm based on multi-branched recursion
Nº Q671298 ★★