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

feat: article on looping over objects #120

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

JoshuaKGoldberg
Copy link
Collaborator

@JoshuaKGoldberg JoshuaKGoldberg commented Nov 16, 2023

PR Checklist

Overview

This is a commonly brought up topic with type narrowing, loops, and objects. A common annoyance. @LadyBluenotes brought it up on a stream but this definitely isn't close to the first time it's been mentioned.

@JoshuaKGoldberg JoshuaKGoldberg marked this pull request as ready for review November 16, 2023 19:33
@JoshuaKGoldberg JoshuaKGoldberg changed the title Rest tuple article named tuple elements @JoshuaKGoldberg feat: article on looping over objects Nov 16, 2023
@JoshuaKGoldberg JoshuaKGoldberg changed the title @JoshuaKGoldberg feat: article on looping over objects feat: article on looping over objects Nov 16, 2023
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.

Article: Why looping over an object's keys and values can be hard to make type safe
1 participant