cheshire137 / gh-notifications-snoozer

Lists and filters and snoozing pull requests, oh my! This is an app for managing your notifications on GitHub by way of filtering issues and pull requests that are of interest to you.
MIT License
15 stars 10 forks source link

Make file names consistent #22

Closed probablycorey closed 8 years ago

probablycorey commented 8 years ago

How do you feel about this convention:

  1. If the file exports a class, the file's name should be Capitalized and camelCased like the class. Example: class App is in App.js
  2. If the file exports a function, it should not be capitalized but should be camelCased like that function. Example: module.exports = function wowMan() { is in wowMan.js

???

cheshire137 commented 8 years ago

This suits me. 👍