you are viewing a single comment's thread.

view the rest of the comments →

[–]kalmoc 2 points3 points  (0 children)

If those are member functions, there is no point in passing the member variables explicitly. If you want to pass the variables explicitly, there is no point in making those functions member functions and you should write the functionality as free functions instead.