Skip to content

Add new keyword to create new class instances #117

@kaidesu

Description

@kaidesu

Instead of newing up class instances based off a method:

flight = Flight.new()

I think I'd like to explore how most other language new up instances through a dedicated new keyword:

flight = new Flight()

Reads easier when parsing code and is already intuitive for most developers coming in with past experience.

Metadata

Metadata

Assignees

No one assigned

    Labels

    changeChange an existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions