Using Ascii Text to Help Section Code
When coding in a plain text environment, it is difficult to set off sections and comments. The use of ascii generated text can make your life easier.
Coding in a plain text environment can be difficult because it is often hard to identify and set off areas of code. The generation of large ascii text to head and comment sections is very helpful in making your code more readable.
/* .__
____ ___ ________ _____ ______ | | ____
_/ __ \\ \/ /\__ \ / \\____ \| | _/ __ \
\ ___/ > < / __ \| Y Y \ |_> > |_\ ___/
\___ >__/\_ \(____ /__|_| / __/|____/\___ >
\/ \/ \/ \/|__| \/
*/
Websites such as the ASCII generator makes the production of this text very easy.
Now you can detail your code with style.





