Steven Crothers

Results 6 comments of Steven Crothers

I personally like the idea of sqlite, but, I could be bias. I've wanted to find a project to learn GoLang with, and this one seems like a no brainer,...

What is your opinion on interfacing the data storage layer then? I would love to attempt to tackle this :)

http://en.wikipedia.org/wiki/Adapter_pattern In this case, I believe it would look something like this (excuse my Go noobishness): Class "storage" has several functions, which would be: whitelistadd, whitelistdel, opadd, opdel, etc. This...

That's the idea :) but with less rigid structure and with less inter-dependancy on a specific adapter. The hip word I believe is "de-coupling".

> TL, DR; Just make sure that your service names are unique and you will be fine. Hope it helps! @armagankaratosun, absolutely the worst piece of advice. In a world...

Actually, I like the idea of encapsulating in base64 like you are. I'm currently re-working the code to better maintain it right now as well. I'm working on some interoperable...