akka / akka-quickstart-scala.g8

A minimal seed template for an Akka with Scala build
https://developer.lightbend.com/guides/akka-quickstart-scala/index.html
Other
56 stars 40 forks source link

Clean up Hello World references in quickstart #39

Closed DavidAStevenson closed 4 years ago

DavidAStevenson commented 4 years ago

Documentation with issue

Akka Quickstart Scala docs: https://developer.lightbend.com/guides/akka-quickstart-scala/define-actors.html

Expected Behavior

The documentation should largely correspond to the example code, e.g. "Akka Quick Start" actors or Greeter actors, especially where specific object names from the code are concerned.

Actual Behavior

The documentation contains references to Hello, "Hello World", HelloWorld etc, which seem to be from a prior incarnation of a quick start Hello World example. (References to the example as being "Hello World"-like are probably natural enough, it's more the specific object names in the documentation that should be in synch with the example.)

I am intending to read / work through these docs myself, so would be happy to fork and make some proposed updates in the process, if that'd be welcome.