Skip to content

Coding Standards

Matthieu Auger edited this page Nov 18, 2022 · 1 revision

This page aims to group coding standards for Kakarot codebase.

Identifier Description Related issues and PR
ARRAY_SIG function signatures containing array and array lengths must enforce the following order: (arr_len, len) #269
Clone this wiki locally