balancer / balancer-core

Balancer on the EVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why

MrChico opened this issue · comments

It's possible for addition to overflow, which would be a panic condition

Removing this requires showing it is unreachable, which is what the 2nd release will be all about

Yeah, I just meant "why have constants whose values are identical to the names", but each to his own, I guess

The types help in refactoring, this happened naturally from refactoring a lot. I kind of like having the list of possible errors in one place now though