We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, class names, especially commands, are not very consistent. Refactoring this will allow the code to be more readable and easier to maintain.
I propose the format Hyde + CommandDescriptor + Command
Here are the commands, including already valid commands: ├── BasePublishingCommand.php ├── BuildStaticSiteCommand.php ├── Debug.php ├── HydePublishConfigsCommand.php ├── HydePublishHomepageCommand.php ├── HydePublishViewsCommand.php ├── MakePostCommand.php ├── MakeValidatorCommand.php ├── PublishStubsCommand.php └── Validate.php
The text was updated successfully, but these errors were encountered:
Merge pull request #33 from hydephp/32-refactor-class-names-to-be-con…
9c2ea99
…sistent #32 refactor command class names to be consistent
caendesilva
Successfully merging a pull request may close this issue.
Abstract
Currently, class names, especially commands, are not very consistent. Refactoring this will allow the code to be more readable and easier to maintain.
Commands
I propose the format Hyde + CommandDescriptor + Command
Here are the commands, including already valid commands:
├── BasePublishingCommand.php
├── BuildStaticSiteCommand.php
├── Debug.php
├── HydePublishConfigsCommand.php
├── HydePublishHomepageCommand.php
├── HydePublishViewsCommand.php
├── MakePostCommand.php
├── MakeValidatorCommand.php
├── PublishStubsCommand.php
└── Validate.php
The text was updated successfully, but these errors were encountered: