Imperative
↔ (Paradigm) to express logic with explicit Control Flow via step-wise instructions
aka Imperatively
contrast Declarative which asks "what", Imperative describes "how"
Imperative Programming Language may run more efficiently since Machine Code consists of Imperative Statements
Structured Programming
Subset of Imperative Paradigm organise code by specific control structures
Procedural Programming
(Paradigm) Imperative subset to split Program into smaller sub-tasks (Procedure)
Modular Programming
Ground-up approach of assembling individual modules
References
C
↔ Low-Level General-Purpose Programming Language with Imperative Procedural Programming ParadigmuseRouter()
↔ Next Library Hook to returnrouter
function to Imperatively navigate within PageuseNavigate()
↔ React Router Hook to return Imperativenavigate
fnProcedural Programming
↔ (Paradigm) Imperative subset to split Program into smaller sub-tasks (Procedure)router()
↔ Imperative fn return byuseRouter()
Memory Safety
↔ of Programming Language to auto incl Garbage-Collection handling w/o need Imperative cleanup