Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convention for module names #84

Closed
guillermooo opened this issue Dec 2, 2015 · 1 comment
Closed

convention for module names #84

guillermooo opened this issue Dec 2, 2015 · 1 comment

Comments

@guillermooo
Copy link
Member

We have these_names.ts and thisNames.ts. Which one do we want to use? Can we follow a TS guideline or VSC team guideline instead of creating a new one?

@jpoon
Copy link
Member

jpoon commented Dec 4, 2015

In the contributing.md, I've linked it to VS Code's guidelines

Styleguides

We are adhering to VSCode's coding guidelines.

For the module/file name, it's not explicitly stated but looking at their source code, it s camelCasing (no underscore) so let's go with that.

myClass.ts and not my_class.ts

As we make changes to the files, let's slowly start adhering to this practice.

@jpoon jpoon closed this as completed Dec 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants