Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +2 |
moduleLoaderState := modload.NewState()
we're going to want to rename this variable at some point. i wonder if we can pick a good name for it early on so we don't have to come back and find all of them.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
moduleLoaderState := modload.NewState()
we're going to want to rename this variable at some point. i wonder if we can pick a good name for it early on so we don't have to come back and find all of them.
I agree that is not the ideal variable name. I chose it specifically so that we could more easily go back with an 'rf' refactor and change it. My reasoning is that the 'rf inject' command auto-chooses the variable name "loaderstate", and that should probably be changed to something like "s". We should be able to do both transformations in a follow-up commit.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |