-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My comments #75
base: active
Are you sure you want to change the base?
My comments #75
Conversation
Thanks, will read. |
@@ -1,3 +1,7 @@ | |||
### ?? What is this? I couldn't find any references to this file so I can't tell | |||
if it's documentation or notes or ??? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's a https://lamport.azurewebsites.net/tla/tla.html tla+ model of potato handler. i wasn't sure that the protocol it spoke couldn't be stalled, so made a model of it, fixed the stalls and then changed potato handler to be like it. I introduced it in this pr: #64
I want to do more modelling and more to ensure that things are ok, but time has been tight.
@@ -0,0 +1,9 @@ | |||
One very likely user of this code will be third parties who want to implement games. To make this code as reusable as possible for these users, separate game-specific code from generic refereee etc. code. Maybe something like: | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ya, we should finally move calpoker into its own directory and isolate each.
No description provided.