Patricio

Results 2 comments of Patricio

Not saying it's wrong, just that is confusing at first sight that this is how it looks after being parsed: ``` GRACE_PERIOD_DAYS: dict[int, int] = { 3: 0, 7: 1,...

Yeah I was going to suggest that, we shouldn't use integers, specially 1, 7, 15, that seem to have some kind of meaning, if they don't. We should replace them...