fog / fog-xenserver

Module for the 'fog' gem to support XENSERVER
MIT License
16 stars 22 forks source link

Avoiding conflicts with other modular gems #40

Closed plribeiro3000 closed 9 years ago

plribeiro3000 commented 9 years ago

Since the mains core classes were being patched it could conflict with other modular implementations. Using the Open Closed principle we ensure no break will happen.

fernandes commented 9 years ago

much more an organizational refactor... seems cool to isolate instance and class methods this way for Model and Collection.

when build finish and goes green (I can't see a reasonable reason to don't) we merge.

plribeiro3000 commented 9 years ago

@fernandes :+1: