aristanetworks / avd-workshops

Arista Automation Workshop
https://aristanetworks.github.io/avd-workshops/
18 stars 24 forks source link

jinja-yaml.md - clarify explanation of YAML lists #136

Open mjbear opened 6 months ago

mjbear commented 6 months ago

The following sentence is a bit clunky.

Lists, which are sometimes also called sequences, are similar to arrays in development. https://github.com/aristanetworks/avd-workshops/blob/main/workshops/jinja-yaml.md?plain=1#L172

In regard to the "in development" wording, was the message meant to be that lists in YAML are similar to arrays in other programming languages?

(I'm fine submitting a PR once this is sorted out.) Maybe it could be written as:

Lists, sometimes called sequences, are similar to arrays in other programming languages. or Lists, sometimes called sequences, are similar to arrays in other programming languages and technologies.

mjbear commented 5 months ago

@JulioPDX Might you have any thoughts on this sentence? https://github.com/aristanetworks/avd-workshops/blob/main/workshops/jinja-yaml.md?plain=1#L172

Thank you.