Skip to content

Lesson 22 Possible misconception for beginners regarding theoretical arrays vs gdscript arrays #1003

Open
@AlessandroRocci

Description

@AlessandroRocci

Screenshot 2024-10-11 121443

Here it could be interpreted by a beginner that all arrays in every language have methods to add or remove new elements in itself. While that is true for some languages like JavaScript, it's not true for other languages like Java (where you have to use specific libraries to do so, or create a new array and fill it with the new/remaining elements). I think it could be easily resolved by either writing "the strength of gdscript arrays" instead or by adding a paragraph where it's explained further (those that you can skip or extend, that have been used on the site before).

Metadata

Metadata

Assignees

No one assigned

    Labels

    contentIssues with the lessons, practices, including their code examples

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions