-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Fully clean up quick start #95
Conversation
- Remove a lot of filler text of type "he's what you're about to do" and "here's what you just did" - Choose more concise phrasing where possible - Introduce the page with a clear description of what we're about to build and the steps involved - Avoid euphemistic and exaggerating adjectives - Remove information about custom modules to lighten this guide; add a link to the modules tutorial instead - Since we no longer use custom modules, replace `<module name>` with `Application` to not leave devs to figure any of this out - There was some leftover info about the deprecated laminas-mvc-console - Say which file the code example belongs to in a uniform way - Replace "foo" and "bar" with something more meaningful - Add code comments to the controller example as opposed to post-example explanations - Add Learn More section with links Signed-off-by: Anna Filina <afilina@gmail.com>
Since this patch touches basically the whole file, I've applied the one-sentence-per-line rule everywheere. Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
@froschdesign I'm happy with the changes; if they look good to you, please go ahead and merge. |
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.
Great improvement, exactly what we need! 👍
I added some comments with suggestions.
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.
Great improvements.
Signed-off-by: Anna Filina <afilina@gmail.com> Co-authored-by: Frank Brückner <info@froschdesignstudio.de>
Signed-off-by: Anna Filina <afilina@gmail.com> Co-authored-by: Frank Brückner <info@froschdesignstudio.de>
Signed-off-by: Anna Filina <afilina@gmail.com> Co-authored-by: Frank Brückner <info@froschdesignstudio.de>
Signed-off-by: Anna Filina <afilina@gmail.com> Co-authored-by: Frank Brückner <info@froschdesignstudio.de>
Signed-off-by: Anna Filina <afilina@gmail.com> Co-authored-by: Frank Brückner <info@froschdesignstudio.de>
Signed-off-by: Anna Filina <afilina@gmail.com> Co-authored-by: Frank Brückner <info@froschdesignstudio.de>
Signed-off-by: Anna Filina <afilina@gmail.com>
Signed-off-by: Anna Filina <afilina@gmail.com>
Signed-off-by: Anna Filina <afilina@gmail.com> Co-authored-by: Frank Brückner <info@froschdesignstudio.de>
Signed-off-by: Anna Filina <afilina@gmail.com>
Signed-off-by: Anna Filina <afilina@gmail.com> Co-authored-by: Aleksei Khudiakov <aleksey@xerkus.pro>
Signed-off-by: Anna Filina <afilina@gmail.com>
<module name>
withApplication
to not leave devs to figure any of this out