Gino Miceli

Results 352 comments of Gino Miceli
trafficstars

Hi @coreyleamon sorry I missed these: > Is this a status screen that conveys the status of uploading data once connected to a network? If so, I have a few...

We don't have a clear need for this yet, so deprioritizing for now.

The config looks much less intimidating than I expected! Qq - does this also enable email notifications?

Another way of casting this problem is by letting the survey organizer control whether or not decimal places or allowed and/or how many. Same could apply to negative numbers.

+1, modulo "serialize", which implies it's actually converting to a stream of bytes that can be persisted. I think `Converter` is more correct, since we're converting between object types. Also...

> I agree that Converter would be better, but I worry about it because we already have some many other classes called Converter If they are all modeling the same...

I think that makes sense. I haven't made up my mind about using inheritance solely for the purpose of enforcing naming conventions (ie `LocalDbConverter` would never be referenced except by...

Good point about not having a standard interface. We may have fallen for the classic pattern-is-an-interface fallacy (not sure if that's a thing, but probably should be). Are there any...