Definition of Syntactic salt

FOLDOC
syntactic salt
The opposite of syntactic sugar, a feature designed to make it harder to write bad code. Specifically, syntactic salt is a hoop the programmer must jump through just to prove that he knows what's going on, rather than to express a program action. Some programmers consider required type declarations to be syntactic salt. A requirement to write "end if", "end while", "end do", etc. to terminate the last block controlled by a control construct (as opposed to just "end") would definitely be syntactic salt. Syntactic salt is like the real thing in that it tends to raise hackers' blood pressures in an unhealthy way. Compare candygrammar.
[Jargon File]

Search Dictionary:
Search Web Search Dictionary



Syntactic salt definition was found in categories: Computer & Internet(1)  Language, Idioms & Slang(1)  

Syntactic salt Definition from Computer & Internet Dictionaries & Glossaries

Jargon File
syntactic salt
n. The opposite of syntactic sugar, a feature designed to make it harder to write bad code. Specifically, syntactic salt is a hoop the programmer must jump through just to prove that he knows what's going on, rather than to express a program action. Some programmers consider required type declarations to be syntactic salt. A requirement to write end if, end while, end do, etc. to terminate the last block controlled by a control construct (as opposed to just end) would definitely be syntactic salt. Syntactic salt is like the real thing in that it tends to raise hackers' blood pressures in an unhealthy way. Compare candygrammar.


Syntactic salt Definition from Language, Idioms & Slang Dictionaries & Glossaries

hEnglish - advanced version
syntactic salt

syntactic salt
the opposite of syntactic sugar, a feature designed to make it harder to write bad code. specifically, syntactic salt is a hoop the programmer must jump through just to prove that he knows what's going on, rather than to express a program action. some programmers consider required type declarations to be syntactic salt. a requirement to write "end if", "end while", "end do", etc. to terminate the last block controlled by a control construct (as opposed to just "end") would definitely be syntactic salt. syntactic salt is like the real thing in that it tends to raise hackers' blood pressures in an unhealthy way. compare candygrammar.