On Fri, 9 Nov 2018 at 13:22, Fabian Maurer dark.shadow4@web.de wrote:
Regarding parameter names, I'm never sure whether to follow windows conventions like the other tests (dwCookie) or the wine conventions (cookie).
What's the rule for that? One argument would be to fit the surrounding code, the other would be to do it "correct" for added code.
You never want to use "dwCookie". The question may be harder to answer for cases where there are legitimate style preferences (in which case, well, apply judgement), but I don't think anyone considers the "dwCookie" style of variable naming one of those.