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.
Written in
by
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.
Leave a Reply