Closed nikohansen closed 2 weeks ago
I'd suggest to not use the class naming convention in order to indicate the return value type of the function GetArchive. I think the usual convention would be something like get_archive or create_archive.
get_archive
create_archive
Yes, that was my mistake, please change it to get_archive.
done.
I'd suggest to not use the class naming convention in order to indicate the return value type of the function GetArchive. I think the usual convention would be something like
get_archive
orcreate_archive
.