Closed AbbyGi closed 2 weeks ago
What do you think about splitting up set_root_client()
into connect_client ()
+ reset_client_view()
?...or something along those lines?
https://github.com/NSLS2/pymca/pull/17#issuecomment-2431943794
I addressed splitting up set_root_client
in 12aca0c50fae951101cc76361069bbd8aadd666d.
@AbbyGi Following my latest review, I realized that
set_root_client()
is really doing 2 things. Breaking them up into single-responsibility functions might look something like this...