Skip to content

Promote struct initialisation functions to ctors.

Lucy Lewitt requested to merge llewitt/athena:CookieCutterCtors into main

Cookie Cutting helpers structs are initialised by functions but they might as well be constructors as this is all they do.

Simplifies code a little too imo :).

Edited by Lucy Lewitt

Merge request reports