I want to write a small Scala library to get an idea of ββmy Actor programming model.
In the code sample that I met, some libraries use an inverted domain (e.g. org.foo.bar) for packages, and some don't (maybe just for short).
Is it advisable to use Scala libraries to use the same package naming conventions as Java? In general, are there any good Scala coding style options like Python with PEP 8 ?
Yes, perhaps by putting a cart before the horse, but I find that I can get a decent feel for the tongue, also seeing some of the conventions that were shaking out.
thanks
coding-style scala naming-conventions packages
Joe holloway
source share