Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
Closed
Labels
Description
Inhttp://symfony.com/doc/current/components/yaml/introduction.html we explain how to parse and dump using two different methods:Parser
/Dump
classes and static methods ofYaml
class.
I don't like when we have several ways of doing the same thing ... and I like it less when we don't explain their differences or tell the user when to use each alternative.
So I propose the following:
- Use the static methods to show the basic usage.
- Explain the object oriented API later in a new section of that article.
- Add some info about when to use each alternative.