Closed hanzzhang closed 9 years ago
Are we getting rid of the root solution file? That makes it hard to build everything.
Mike, we are getting rid of the root solution file.
Other than the typo, looks good to me. Though I have a couple of questions/comments
LongTermStorage
vs ColdStorage
AdHocExploration
vs WarmStorage
Simulator
vs ScenarioSimulator
WarmStorage.EventProcessor.ConsoleHost.Template.config
could probably just be settings.template.config
(with the real file being settings.config
)./src/Shared/packages
instead of /src/packages
.Also, just FYI - after pulling down these changes, one needs to do a git clean -fd
with VS closed to clean up the old structure.
good catches Matt.
On the LongTermStorage VS Coldstorage points. I thought the high level was capturing the scenario story and then we drilled down into technology implementation. So I thought this was OK.
Be interested in what others think on this item.
On the naming for configuration. Totally agree with Matt. Simple simple simple naming convention. Let the location provide the configuration context. More I think about it, I'm all for a single configuration file. This is an Reference Implementation and should be easy to change the configuration. Hunting around to change various settings that really repeated in other files is a pain.
Move packages out of Share. Share should be for the files we produce - not 3rd party packages.
On the Simulator, understand your point. But we have no backlog to move the simulator to other technologies at the moment. Where we do on the other scenario's. My thought is to leave it as it is, until we specifically get direction to consider simulation with other technologies.
mantra - stay simple.
connect to #147
created folder structure as: •build •docs •setup •src ◦AdhocExploration ◦LongTermStorage ◦Shared ◦Simulator