-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make a CodeHost state machine (#1667)
* Make a CodeHost state machine This simplifies much of the internal complexity of TreehouseApp. We can also delete FakeCodeHost because the single implementation is suitable for unit testing. Closes: #1660 * Add a test for CodeHost Also adopt CoroutineScope more aggressively in CodeSession for lifecycle management. * Cover more lifecycle events with tests
- Loading branch information
1 parent
a143bf1
commit 4ed92bc
Showing
12 changed files
with
712 additions
and
241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.