Do you know commas and full stops should have a single space after them?

Updated by Tiago Araújo [SSW] 3 months ago. See history

123

When writing any documentation it is important to put only one space after commas or other punctuation. This makes the document easy to read and looks more professional.

Write clean code,and test it often.Together,they make better software.

❌ Figure: Figure: Bad example - No space after comma and full stop

Write clean code,  and test it often.  Together,  they make better software.

❌ Figure: Figure: Bad example - Double space after comma and full stop

Write clean code, and test it often. Together, they make better software.

✅ Figure: Figure: Good example - One space after full stop and comma

acknowledgements
related rules