Hacker News new | ask | show | jobs
by VWWHFSfQ 1982 days ago
The use of lambda is becoming somewhat of a smell in Python in general. PSF's own black code formatter will complain about using it and pretty much always says to just use a def instead