ayld / Facade

Facade significantly minimizes the space used by your project's /lib
ayld.github.io/Facade
GNU General Public License v2.0
3 stars 3 forks source link

Console UI commands should be able to return a result. #12

Closed ayld closed 11 years ago

ayld commented 11 years ago

UI commands should be able to return a result when appropriate.

A Result class for the console UI commands needs to be designed and implemented. The commands which currently return void should also be changed.

ayld commented 11 years ago

Will be moved to the separate console project.