-
Notifications
You must be signed in to change notification settings - Fork 2
Naming classes #8
Copy link
Copy link
Open
Description
Just a note, usually, we name classes in singular, especially in our case for this one.
chess/chess/ Modules/Pieces.js
Line 1 in 55b51b1
| export default class Pieces { |
Plural name usually can be found if the object that is being instantiated by the class is a data structure, but you can probably think of another singular name to containerize that data structure.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels