Skip to content

Use snake case for method names #10

@mkllnk

Description

@mkllnk

I noticed that attribute accessors have camelCase but the Ruby community prefers snake_case:

- person.stockLimitation = 0
+ person.stock_limitation = 0

- catalog_item.addOffer(offer)
+ catalog_item.add_offer(offer)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

New issues 🆕

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions