Document preference of 'internal' package (#24481)
Over `impl` which we also use here and there. We could rename `impl` packages, but should be careful to check we're not (accidentally?) using them in other modules.
This commit is contained in:
parent
6c7839f937
commit
5fc55ac82c
1 changed files with 3 additions and 0 deletions
|
|
@ -334,6 +334,9 @@ Note, that `OK TO TEST` will only be picked up when the user asking for it is co
|
|||
|
||||
## Source style
|
||||
|
||||
Sometimes it is convenient to place 'internal' classes in their own package.
|
||||
In such situations we prefer 'internal' over 'impl' as a package name.
|
||||
|
||||
### Scala style
|
||||
|
||||
Akka uses [Scalariform](https://github.com/daniel-trinh/scalariform) to enforce some of the code style rules.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue