Laravel-Backpack / revise-operation

An admin interface for venturecraft/revisionable - audit log for your Eloquent entries.
Other
42 stars 10 forks source link

Not sticking to naming convention #1

Closed tabacitu closed 4 years ago

tabacitu commented 4 years ago

I have just one big problem with this package - its name. All other Backpack packages use StudlyCase (aka PascalCase), but this ONE package uses kebab-case. Before we launch it, we could maybe rename it to ReviseOperation, because:

Screenshot 2020-03-23 at 09 07 02

But. There's a reason I chose kebab-base when creating this package:

So I think for add-ons (operations, fields, etc), kebab-case is a better choice. But we've already chosen PascalCase for previous projects. Soo... we either have to:

😞

tabacitu commented 4 years ago

Hmm... Laravel, ThePHPLeague, Symfony - they all use kebab-case for their Github projects. So let's just conquer our OCD and use kebab-case from now on. And recommend others do the same...