Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I couldn't resist...

Your example could be improved by using "products.sort_by(&:cost).last"

I try to not use map because often there are methods that already implement filtering. Gotta love Ruby readability.




I think you need `products.sort_by(&:cost).last.cost` for the same result.


You’re correct!




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: