Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Convert method names to snake_case #6

Merged
merged 8 commits into from
Jan 15, 2017
Merged

Conversation

nathansobo
Copy link
Contributor

The CapitalizedCamelCase naming convention we originally adopted to blend in with V8 APIs is driving me nuts. This is the convention Tree Sitter uses and just feels better to me. I'd even consider lower-casing class names to blend in perfectly with the STL, but this seems like a less controversial first step.

/cc @maxbrunsfeld

@nathansobo nathansobo merged commit b9b7a06 into master Jan 15, 2017
@nathansobo nathansobo deleted the snake-case-functions branch January 15, 2017 18:31
@arcanis
Copy link
Contributor

arcanis commented Jan 15, 2017

Is it a typo, or did you also want to change the case of some bound methods (cf here)? It will very probably be at odd with the rest of any code that will use this library.

@nathansobo
Copy link
Contributor Author

Yeah, thanks for the heads-up. That was indeed an oversight when I renamed everything in the file. We fixed it on master.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants