Skip to content

How should we capitalize acronyms in camelCase and PascalCase? #908

Closed Answered by seancolsen
seancolsen asked this question in Developer Q&A
Discussion options

You must be logged in to vote

Based on the comments here, I'm preliminarily marking this as the answer:

Context Acronyms Example
Back end / Python Upper case SQLQueryBuilder
Front end / TypeScript Lower case SqlQueryBuilder

We can re-evaluate if needed.

I also don't think this means we need to go around changing all our code that deviates from this standard right away. I see enforcement of this standard as a very low priority. We can just try to keep it in-mind when writing new code and refactoring older code.

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@kgodey
Comment options

Answer selected by seancolsen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants