-
Notifications
You must be signed in to change notification settings - Fork 20
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
Minor edits #120
Minor edits #120
Conversation
Do you mean the exercise text? |
Yep, sorry. It's mostly just a consistency thing, along with things like headings of Help, Knowledge, or whether solutions are shown with a reveal or inline. |
written by different people at different times :/ |
Yep, absolutely. If you're keep we could define the structure we want to adhere to, and possibly lint it or just spend some time manually making the older ones match the current format. But it's probably not bang for buck right now. |
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
PUBLISH is the only command that can have a payload - there are only two commands and the other command does not take a payload. But I guess it should be "Sending a PUBLISH with an empty payload is allowed. In this case the command..." |
simple-db.m
:Does this mean if the payload is emppty the command is determined to be PUBLISH. Or does it mean that only PUBLISH can have an empty payload.