from
Hacker News
Top
New
Ask HN: What are some programming habits you picked up from Mentors?
by
Decabytes
on 11/15/24, 2:05 PM with 0 comments
For me, one of the ones I learned was creating list comprehensions using underscores as in [_*2 for _ in my_list]