-
Notifications
You must be signed in to change notification settings - Fork 21
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
Shorten some subclause stable names #44
base: master
Are you sure you want to change the base?
Conversation
@chriskohlhoff any opinion on this? |
Some ideas...
Since the word
|
I like that.
Yes, I had the same thought yesterday. I think I'll shorten when it's causing formatting problems, or the name duplicates something like "socket" or "stream" and leave the others. Thanks. |
Some clause names are very long, and cause clause headings to wrap onto two lines. This reduces some of the worst, although there are still:
[buffer.stream.reqmts.syncwritestream]
[buffer.stream.reqmts.asyncwritestream]
[buffer.stream.reqmts.completioncondition]
And these which don't cause any wrapping problems:
[socket.reqmts.endpointsequence]
[socket.reqmts.acceptableprotocol]
[socket.reqmts.gettablesocketoption]
[socket.reqmts.settablesocketoption]
[socket.reqmts.iocontrolcommand]
[socket.reqmts.connectcondition]
Other abbreviations we could consider are socket -> sock, option -> opt, internet -> inet