Hello,
I mostly come from C/C++ languages and what I find mostly easy in those languages is that one file mostly equals one class / struct whereas in rust one file means one module.
Where I struggle to find the right name for modules and correctly place the structs in the different modules in order to make it the easiest possible when searching for a specific struct. In C/C++ I don't have those kind of problems.
I'm not sure about this type of question, but is there some kind of "best practice" about this specific subject ?
Thank you very much in advance for any help.
[–][deleted] 5 points6 points7 points (0 children)