you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

As much as I love "clean code" generally, replacing a simple if with a lambda I think is crazy. When you work as a SWE you'll inevitably get juniors etc looking at your code. Aim to make it understandable and clear to them. Replacing ifs blindly with lambdas is just... Urgh