Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use type annotation for empty arrays and dictionaries #493

Open
CalebRas opened this issue Aug 8, 2024 · 0 comments · Fixed by #499
Open

Use type annotation for empty arrays and dictionaries #493

CalebRas opened this issue Aug 8, 2024 · 0 comments · Fixed by #499
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@CalebRas
Copy link
Collaborator

CalebRas commented Aug 8, 2024

Type annotation should for initializing arrays and dictionaries instead of syntactic sugar. For example,

Correct:

var names: [String] = []

Incorrect:

var names = [String]()

See related comment: #491 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant