zheng-hao / ga-bitbot

Automatically exported from code.google.com/p/ga-bitbot
GNU General Public License v3.0
0 stars 0 forks source link

system configuration (data input window variable) #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. potential out of synch issue with "max_length" variables across modules 
(report_gen & gts)

What is the expected output? What do you see instead?
The system configuration should be outside of the modules. Instead magic 
numbers for the same variable are included in multiple modules, leading to a 
potential variable synch issue.

Need to complete a review of the code to identify and move all in module 
configuration variables shared between modules into a shared configuration file.

Original issue reported on code.google.com by brian.mo...@gmail.com on 16 Dec 2011 at 11:18

GoogleCodeExporter commented 8 years ago
This should be expanded to say that all configuration currently embedded in the 
source files needs to be moved into external config files.

Original comment by brian.mo...@gmail.com on 27 Jan 2012 at 2:43

GoogleCodeExporter commented 8 years ago
global_config.json created to merge configurations.

Original comment by brian.mo...@gmail.com on 25 Feb 2012 at 2:27