You are viewing a single thread.
View all comments 20 points
Document your code like the guy who will be maintaining it is Dexter, and he knows where you live.
15 points
*
// This function calculates applicable discounts given a customer's loyalty status
// STOP BEFORE SEASON 8 DEXTER PLEASE
fun calculateDiscountRate(loyalty: LoyaltyStatus): Set<Discount> {
// No seriously you can hide out at my place if you need to just please don't let them do it
...
2 points
7 points