vagrant-kvm icon indicating copy to clipboard operation
vagrant-kvm copied to clipboard

refactoring driver

Open miurahr opened this issue 10 years ago • 1 comments

driver.rb is now messy. we can split driver class with sub class such as driver::domain, driver::network etc. Any suggestions?

miurahr avatar Apr 15 '14 00:04 miurahr

I was thinking the same, but part of the problem is we have both driver.rb and things in util/ like vm_definition.rb. I'm not sure what's the right way to factor that, maybe have a small driver and put stuff from vm_definition.rb in driver::domain?

adrahon avatar May 02 '14 14:05 adrahon