akshaybhalotia / RubyEx1

Resume Writer with different file formats
0 stars 0 forks source link

The format loading mechanism kept outside the scope of any classes or methods #3

Closed jerryjohnjacob closed 8 years ago

jerryjohnjacob commented 8 years ago

As a crucial part of the application, the code that loads up the formats does not seem to be in the best place possible given that it is just expected to get executed when the interpreter accesses the file.

akshaybhalotia commented 8 years ago

I did some refactoring here. Please have a look.

jerryjohnjacob commented 8 years ago

As a good practice, rather than just say that you did some refactoring, can you also make sure to describe the changes you have made as well?

akshaybhalotia commented 8 years ago

Sure, will take care of this.