jonathantorres / construct

A PHP project/micro-package generator for PDS compliant projects or micro-packages.
MIT License
266 stars 16 forks source link

Reduce magic variables usage #101

Closed raphaelstolt closed 8 years ago

raphaelstolt commented 8 years ago

We should reduce the usage of magic variables (e.g. defaults in ConstructCommand).

jonathantorres commented 8 years ago

We could add them as constants to the Defaults.php class.