Search Results

3
votes

The use of config file is it equivalent to use of globals?

My first reaction would be that it is not the same. I think the problem with globals is the read+write scenario. Config-files are readonly (at least in terms of execution). In the same way constan …