Debasish Ghosh

Results 167 comments of Debasish Ghosh

Awesome! It would be great to have a PR once u do a cleanup of your code. Since you have done so far. it makes sense if you send out...

Thanks for your interest in sjson. You have made some wonderful suggestions which can be implemented in sjson. You have suggested improvements in reflection based serialization that sjson offers. Have...

No, typeclass based serialization is not automatic. You need to define typeclasses for your own classes. I will definitely try to incorporate the suggestions that u have made. Thanks again.

I have seen eff-cats and eff-scalaz. I tried out freek since I was watching the development keenly. Yes, we can have effects being modeled using eff-\* as well.

Thanks .. I will take a look over the weekend and merge.

Thanks for your comments .. Regarding `AccountRepository`, it's not an implementation, it's a trait for which u can have multiple implementations. And the trait is injected into `AccountService` through a...

ah .. I get what you say. You are correct! It would certainly be better to parameterize the algebra of repository with the domain entities as type parameters.

Thanks a lot .. will take a look and merge over the weekend.

I am not sure I understand what you are trying to do here. When u do `val value1 = file` do you expect to assign the contents of the file...