Hacker News new | ask | show | jobs
by sebastianconcpt 3625 days ago
Less if is better, I agree on that. Lamdas technique is interesting because they "encapsulete" a specific case. In OOP this is achieved by using polymorphism on the objects instantiated for the right case. Right?