Style Guide

Programs written in Aergia, like all programming languages, can either be easy to read or hard to read. Most of the time, you’d want them to be easy to read. These guidelines should help you do just that.

Aergia code should almost always prioritize clarity over cleverness. If a piece of code can be written explicitly or implicitly, prefer explicit syntax. Then again, it’s your code. These are just some loose guidelines, whether you follow them or not is up to you.


Table of contents


This site uses Just the Docs, a documentation theme for Jekyll.