The folder structure is mentioned here: https://github.com/ozonep/openapi-fastify-codegen#generated-code-structure
I think it could be improved by adding a description to each element. I was now thinking of adding a utility function to be reused across my implementation. However, it came to my attention that it's unclear whether the lib folder holds utility functions, or if I should create a new folder called utils. A better explanation of the folder structure could have been useful here.
The folder structure is mentioned here: https://github.com/ozonep/openapi-fastify-codegen#generated-code-structure
I think it could be improved by adding a description to each element. I was now thinking of adding a utility function to be reused across my implementation. However, it came to my attention that it's unclear whether the
libfolder holds utility functions, or if I should create a new folder calledutils. A better explanation of the folder structure could have been useful here.