-
Notifications
You must be signed in to change notification settings - Fork 920
React helmet #615
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
React helmet #615
Conversation
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.
This looks pretty good to me!
{ | ||
private readonly RenderFunctions m_renderFunctions; | ||
private readonly IRenderFunctions m_renderFunctions; |
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.
Nit: Rename this to _renderFunctions
. I use an underscore prefix, not m_
.
Haha thanks, we use m_ at work all the time so that slipped through here..
…On Fri, Oct 26, 2018 at 22:04, Daniel Lo Nigro ***@***.***> wrote:
***@***.**** commented on this pull request.
This looks pretty good to me!
------------------------------
In src/React.Core/RenderFunctionsBase.cs
<#615 (comment)>:
> {
- private readonly RenderFunctions m_renderFunctions;
+ private readonly IRenderFunctions m_renderFunctions;
Nit: Rename this to _renderFunctions. I use an underscore prefix, not m_.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#615 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA5hFskBuK1ryCOWwnYZbsDCChwLCfAvks5uo-lMgaJpZM4Xy2Mj>
.
|
Interesting! I haven't actually seen m_ used with .NET code, I've only ever
seen it with C++.
…--
Regards,
Daniel Lo Nigro
https://dan.cx/ | Twitter <http://twitter.com/Daniel15> | Facebook
<http://www.facebook.com/daaniel>
On Fri, Oct 26, 2018 at 10:31 PM Dustin Masters <notifications@github.com>
wrote:
Haha thanks, we use m_ at work all the time so that slipped through here..
On Fri, Oct 26, 2018 at 22:04, Daniel Lo Nigro ***@***.***>
wrote:
> ***@***.**** commented on this pull request.
>
> This looks pretty good to me!
> ------------------------------
>
> In src/React.Core/RenderFunctionsBase.cs
> <#615 (comment)>:
>
> > {
> - private readonly RenderFunctions m_renderFunctions;
> + private readonly IRenderFunctions m_renderFunctions;
>
> Nit: Rename this to _renderFunctions. I use an underscore prefix, not m_.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <
#615 (review)
>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/AA5hFskBuK1ryCOWwnYZbsDCChwLCfAvks5uo-lMgaJpZM4Xy2Mj
>
> .
>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#615 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFnHdUma4NgnsZj5Qqwv9m0C4p7xAc3ks5uo-_PgaJpZM4Xy2Mj>
.
|
6555f76
to
cec8409
Compare
This is what happens when you contribute to c# projects with c++ naming conventions at work :)
Website preview is ready! |
This PR has some redundant commits.. another open PR should be merged first, but I can't do that until the github outage is over.