Code distancing is the practice of distancing your source code with 6 line breaks/indents to protect it from the CODEVID-19 virus. It is similar to Social distancing/Physical distancing the requirement is that code is 6 line breaks apart. Take this C hello world program for example:
# include <stdio.h>
int main(void)
{
printf("hello, world\n");
}This article on code distancing definitions is a stub. You can help by expanding it.
Article type: Code distancing definition article
Article format: Markdown document (*.md *.mkd *.mdown *.markdown)
Article version: 1 (Wednesday, 2021 October 20th at 5:50 pm)
Article language: English (US) / Markdown
Line count (including blank lines and compiler line): 57