ghoul-sol / treasure-staking

10 stars 1 forks source link

_vestedPrincipal function has unexpected functionality #35

Closed fulldecent closed 2 years ago

fulldecent commented 2 years ago

The function AtlasMine._vestedPrincipal retrieves the vested principal but ALSO marks it as withdrawn. This is a surprising side effect.

Surprises in functions increase complexity and create a risk of building errors into the product.

Recommendation: consider to inline _addDeposit where used as it has multiple domain-specific concerns