Promote struct initialisation functions to ctors.
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
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 :).