MilaNedic / moarchiving

This repository contains the description and corresponding files for the "Computing and updating Hypervolume" project
MIT License
0 stars 0 forks source link

naming of factory method #9

Closed nikohansen closed 2 weeks ago

nikohansen commented 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.

ttusar commented 2 weeks ago

Yes, that was my mistake, please change it to get_archive.

naceee commented 2 weeks ago

done.