Frontpage Projects Game Development Posts

Opinionated Style Guide

This is my personal style guide and opinions.

General rules

Specific Rules

All languages:

Java:

Bash:

Rust:

Testing

Tests can either be specific or parameterised/properties. Specific tests tests the behaviour for a specific set of inputs, while parameterised tests the behaviour for a class of inputs.

Naming

Documentation

The rule to rule all the rules