Hey Stephen
After a long break I finally got around to forking your code (via twistedsanity) and I have a couple of questions
-
Why do you generate a static file for the website? The only reason I can think of doing this is to reduce the load on querying the MaxCube, but the code is kinda hard to read. Im not a python programmer (more java/node) but this looks like a strange thing to do.. that said it will perform nicely.. Just wondering why you did it this way
-
I noticed you store initialization variables AND runtime data in variables.txt.. Why? I would have thought an init.properties file and a seperate runtime data file would be better.. or store it in the local DB... Curious to why
otherwise thanks for the head start!
Hey Stephen
After a long break I finally got around to forking your code (via twistedsanity) and I have a couple of questions
Why do you generate a static file for the website? The only reason I can think of doing this is to reduce the load on querying the MaxCube, but the code is kinda hard to read. Im not a python programmer (more java/node) but this looks like a strange thing to do.. that said it will perform nicely.. Just wondering why you did it this way
I noticed you store initialization variables AND runtime data in variables.txt.. Why? I would have thought an init.properties file and a seperate runtime data file would be better.. or store it in the local DB... Curious to why
otherwise thanks for the head start!