Amaroq7 / SPMod

SourcePawn Scripting Engine for Half-Life 1 based games
GNU General Public License v3.0
27 stars 12 forks source link

camelCase or CamelCase styling for natives #5

Closed Amaroq7 closed 6 years ago

Amaroq7 commented 6 years ago

Description

First natives use camelCase styling, but recently added ones #3 use CamelCase. I think we should decide which one we should go with. Personally I don't mind any of them, but I prefer to keep naming unified.

How do we replicate the issue?

n/a

Expected behavior (i.e. solution)

We should go with camelCase or CamelCase styling for natives, not both.

Other Comments

What are your thoughts?

Mistrick commented 6 years ago

I'm vote for CamelCase.

Garey27 commented 6 years ago

I'm vote for CamelCase (In Source Pawn includes) - because SourceMod already use that styling for includes, so if someone will join us from SourceMod community or wanna work both of SPMod and SourceMod - can use CamelCase styling as regular.

hajimura commented 6 years ago

CamelCase, ofc

sxbrsky commented 6 years ago

CamelCase

Amaroq7 commented 6 years ago

Natives will use CamelCase styling then. Is someone willing to do PR to address this issue?