Software Engineering KB

Home

❯

02 Programming Languages and Paradigms

❯

00 Programming Paradigms

❯

02 Sub Concept

❯

No Side Effects

No Side Effects

Feb 10, 20261 min read

  • programming-paradigms
  • functional
  • side-effects

No Side Effects

← Back to Referential Transparency

A function with no side effects does not modify any external state, perform I/O, or depend on mutable global variables. The function’s only observable effect is its return value, making it predictable and easy to test.

programming-paradigms functional side-effects


Graph View

Backlinks

  • Referential Transparency

Created with Quartz v4.5.2 © 2026

  • GitHub