Unlike c++, in #rust, function and struct declaration order does not matter.
What is the best practice then? From lower-level (no deps) to higher-level (all deps) like in c++? Or the reverse so that you start reading a file from the higher level code? #asknostr #devstr
I prioritise readability which generally means higher level first
Please Login to reply.
No replies yet.