-
Notifications
You must be signed in to change notification settings - Fork 14
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
Capitalise NetMQ with a capital Q #44
Comments
Two letter acronyms are capitalised, according to Microsoft's framework design guidelines. Ideally the API would be changed to maintain consistency with NetMQ and other framework types (such as Applies to Others are fine, such as If the API doesn't change, then the incorrect code in the README should at least be updated. |
I agree.
I'll fix it, and merge it into the current release candidate.
I think this is a good long term change to make - better now than later.
…On Tue, Jan 10, 2017 at 9:33 PM, Drew Noakes ***@***.***> wrote:
Two letter acronyms are capitalised, according to Microsoft's framework
design guidelines
<https://msdn.microsoft.com/en-us/library/ms229043(v=vs.110).aspx>.
Ideally the API would be changed to maintain consistency with NetMQ and
other framework types (such as IOException), however this would be a
breaking change.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABOypOZqzYRbts038YJychMTtXOtJ8TLks5rQ_lFgaJpZM4LfgkM>
.
|
For now, I have made sure that readme.txt works out of the box with the NuGet release. There is another release planned over the next month, in this release I will tidy up everything and upgrade it to the latest version of .NET Core. |
Hi,
I'm learning NetMQ & Rx, and this is a perfect project for me, thanks!
When I do the first copy & paste, found that
could not be compiler, turns out it should be
PublisherNetMq<int>
andSubscriberNetMq<int>
,and I found in the source there are some types end with 'NetMQ', and others 'NetMq'.
Will it be ok to keep in same convention ?
The text was updated successfully, but these errors were encountered: