Overview of Blue: a Style Guide for Julia
masterBlue is a style guide for Julia code that synthesizes conventions from PEP8, Julia's official Notes for Contributors, and the Julia Style Guide.
Core Philosophy
Consistency is the primary goal. While following this guide is important, consistency within a specific project or module is more important. If the guide conflicts with existing project patterns, prioritize project consistency or use your best judgment.
Precedence
When guidelines conflict, Blue takes precedence over the Julia Contribution Guidelines and the Julia Style Guide (unless otherwise noted).