So, I've got this class that retrieves a list of values from remote computers via WMI for an inventory program I'm developing.
http://i1056.photobucket.com/albums/...t/untitled.jpg
My Question is: When is lines too much? The class's got currently 800 lines and I've got another with 1200.
Do you think thess methods fall in the same responsibility? (To Obtain Hardware Info about remote computers)
If these methods are too much, should I inherit another class and keep going from there?


Reply With Quote
