Syntactic noise
From HandWiki
Short description: Syntax that makes a programming language less human readable
In computer science, syntactic noise is syntax within a programming language that makes the programming language more difficult to read and understand for humans and it is considered a code smell.[1] It fills the language with excessive clutter that makes it a hassle to write code. Syntactic noise is considered to be the opposite of syntactic sugar, which is syntax that makes a programming language more readable and enjoyable for the programmer.[2][3]
References
- ↑ Contieri, Maxi (2025-04-27). "Code Smell 297 - Syntactic Noise" (in en). https://maximilianocontieri.com/code-smell-297-syntactic-noise.
- ↑ "bliki: SyntacticNoise". https://martinfowler.com/bliki/SyntacticNoise.html.
- ↑ "The Programmer's Paradox: Syntactic Noise". 2010-07-06. http://theprogrammersparadox.blogspot.com/2010/07/syntactic-noise.html.
![]() | Original source: https://en.wikipedia.org/wiki/Syntactic noise.
Read more |