Skip to content

Reorganize documentation: data types and collections#2315

Merged
plajjan merged 1 commit into
mainfrom
guide-reorg-types
Jun 23, 2025
Merged

Reorganize documentation: data types and collections#2315
plajjan merged 1 commit into
mainfrom
guide-reorg-types

Conversation

@plajjan

@plajjan plajjan commented Jun 23, 2025

Copy link
Copy Markdown
Contributor
  • Rename "Variable data types" to "Data types"
  • Create new Collections section with dedicated directory
  • Move lists, dicts, sets from primitives/ to collections/
  • Keep tuples with data types (as they support mixed types)
  • Document ordering behavior:
    • Sets: unordered, no insertion order preserved
    • Dicts: ordered, insertion order preserved
    • Lists: ordered mutable sequences
  • Clarify type homogeneity for all collections

Fixes #2305

- Rename "Variable data types" to "Data types"
- Create new Collections section with dedicated directory
- Move lists, dicts, sets from primitives/ to collections/
- Keep tuples with data types (as they support mixed types)
- Document ordering behavior:
  - Sets: unordered, no insertion order preserved
  - Dicts: ordered, insertion order preserved
  - Lists: ordered mutable sequences
- Clarify type homogeneity for all collections
@plajjan plajjan enabled auto-merge June 23, 2025 15:51
@plajjan plajjan merged commit 771ced6 into main Jun 23, 2025
30 checks passed
@plajjan plajjan deleted the guide-reorg-types branch June 23, 2025 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Should sets keep order?

1 participant