saskodh / framework

Lightweight web framework for NodeJS inspired by Spring framework
26 stars 5 forks source link

Refactoring: Environment abstraction #37

Closed saskodh closed 8 years ago

saskodh commented 8 years ago

Task

Extract the logic for providing properties from the ApplicationContext to an Environment facade class.

Environment.getProperty('prop');
saskodh commented 8 years ago

Added few comments in the commit (https://github.com/saskodh/framework/commit/3d1e456edeb554b1232747f0f9b229ed2a4854b2) after a review. @damjangelovski please check them.