Style Guide

Writing code in a consistent style helps preserve the readability of your work. The viclint tool lets you apply the official VisionScript style guide to your code.

The style guide for VisionScript is below.

Indentation

Statements inside the following blocks should be indented:

Function Names

  viclint does not change function names when linting.

Self-declared function names should start with a lower case character. For example:

Make myfunction[]
    Say["Hello, world!"]

This helps distinguish between functions that are part of the VisionScript language and standard libraries and user-defined functions.

Made with ❤️ by capjamesg