Jump to content

Syntactic noise

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Writ Keeper (talk | contribs) at 19:18, 8 April 2017 (Decline A11. This might not be a notable term, but it was not bade up yesterday, as a simple Google search shows.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computer science, syntactic noise is syntax within a programming language that makes the programming language more difficult to read and understand for humans. 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.