Initialize state in ctor of parent actor
Initializing the state eagerly avoids subtle bugs such as accessing the name of an actor before it is initialized.
Showing
Please register or sign in to comment
Initializing the state eagerly avoids subtle bugs such as accessing the name of an actor before it is initialized.