Skip to content

Coding Rules

Paweł Waligóra edited this page Apr 21, 2024 · 7 revisions

Everything in snake_case.

Private class members prefixed with '_'. Eg. _private_variable

In function arguments use (const type& name) where possible.

Use const where possible.

Prefer ++i over i++.

Home

Git Workflow

Issues

Coding Rules

Skrypty-Tutorial

Useful resources

Game Structure

Code Structure

Clone this wiki locally