VasishtaShastry / SARA

SARA - Single Alien Registry App
0 stars 0 forks source link

Console input handled by multiple classes #4

Closed akshaysmurthy closed 9 years ago

akshaysmurthy commented 9 years ago

The Alien and ExportAlienDetails classes are both handling console input. This is not so good in two ways -

VasishtaShastry commented 9 years ago

hmm yes :) I should have kept it Initially I had planned like that During course of developing somewhere I left it :(

VasishtaShastry commented 9 years ago

A new module 'inputHandler' has been added which manages console input Please checkout

akshaysmurthy commented 9 years ago

@VasishtaShastry This is better!