From 0a8e99f0beae13a7f6a4bad544aece7013ede24e Mon Sep 17 00:00:00 2001 From: flaviut Date: Sat, 11 Oct 2014 15:44:59 -0700 Subject: [PATCH] Adjust the name --- Whitespace-FAQ.md => Style Guidelines.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename Whitespace-FAQ.md => Style Guidelines.md (99%) diff --git a/Whitespace-FAQ.md b/Style Guidelines.md similarity index 99% rename from Whitespace-FAQ.md rename to Style Guidelines.md index 9670689..dd1e9d7 100644 --- a/Whitespace-FAQ.md +++ b/Style Guidelines.md @@ -1,4 +1,6 @@ -# WIP (really unfinished) +**WIP** + +----------------- Virtually all programming languages use whitespace as part of their syntax. Many only as a token separator. Whitespace by itself is invisible, and you can't differentiate a tab from a space without editor highlighting or differentiation. Despite this, whitespace has very visible effects on the code around it and, even when not strictly required by a language's syntax, programmers still use it to make code readable. Whitespace in nimrod is only used as part of syntax in those cases.