-
Notifications
You must be signed in to change notification settings - Fork 3
Ps 9 #11
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
Ps 9 #11
Conversation
| public function __construct() | ||
| { | ||
| $this->name = 'bg_prestasms'; | ||
| $this->name = 'bulkgate_sms_module_for_prestashop'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MartinKreizl Would you consider making it shorter? Not really a best practice for a module name. bulkgate_sms would be ideal and more manageable. PS guidelines recommend short, lowercase technical names with no unnecessary words.
The term module is already implied (everything in /modules is a module). for_prestashop is also redundant, since the marketplace, the back office, and the code context already make it clear that it’s a PrestaShop module.
No description provided.