linusgroh’s avatarlinusgroh’s Twitter Archive—№ 1,677

  1. python.org/dev/peps/pep-0622/ - the PEP looks neat, but I dislike this part: match color: case .BLACK | Color.BLACK: print("Black suits every color") case BLACK: # This will just assign a new value to BLACK. ... Not obvious or pythonic IMO 😐