Open lf94 opened 3 years ago
If we are writing functions which are handling incoming T messages, why are using their R message names for the function names?
For example: When receiving a Tattach, why is rattach called instead of a "tattach" function, and returning Rattach message?
Maybe there is some good reason but I don't know :)
Looking at how a few Plan 9 servers name their functions, we should use "fsmessagename" instead to keep to conventions. Considering rust-9p is 0.0.1, this change should be done sooner than later.
If we are writing functions which are handling incoming T messages, why are using their R message names for the function names?
For example: When receiving a Tattach, why is rattach called instead of a "tattach" function, and returning Rattach message?
Maybe there is some good reason but I don't know :)