whitespace
- noun
- /ˈwaɪtˌspeɪs/
- Specialized
- Whatever your project's specific policy on whitespaces is (tabs vs. spaces, etc.), the most important rule should always be consistency.
Examples
-
Clean and easy-to-read syntax (including the freedom to use whitespace that will not show up in output).
Blog text (10) -
Changes to whitespaces may be more or less invisible to the naked eye, but Git and co. register them anyway.
Blog text (1) -
Next week, users will be able to see changes to their contacts page, which includes the removal of some whitespace.
Blog text (25) -
Here are some simple ways to automate how you deal with whitespaces in Eclipse.
Blog text (1) -
Hmmm, I'd argue that languages with whitespace, such as Haskell or Python, already have a mix of textual and visual forms of specification.
Blog text (8) -
In programming, extra whitespace can affect code readability and layout.
-
When typing, make sure there are no extra whitespace characters at the end of your sentences.
-
Some text editors allow you to display all whitespace characters, making it easier to format your document.
Synonyms
A blank area between words when writing or typing
An empty area for writing or filling in information
Antonyms
Surface Forms
Morphology
Etymology
Whitespace comes from white ('blank' area on a page) and space ('gap'), which gives the image of empty places between words. So in text and code it means the invisible characters, like spaces, tabs, or newlines, that make those gaps and are often ignored by computers.