Modules are not just for readability. Moving methods to a module because your class is too large is wrong. Unless you are sharing the code, you are just adding levels on indirection. You are confusing everyone.
Modules are not just for readability. Moving methods to a module because your class is too large is wrong. Unless you are sharing the code, you are just adding levels on indirection. You are confusing everyone.