<!-- canonical: https://0xsimao.com/findings/glacier-naming-convention-storage-consistent -->

# In glAVAX, naming convention for storage variable should be consistent

Low/Info · Three Sigma · Liquid staking · 12th July, 2023

Finding 3S-GLACIER-N10 of the Glacier security review.

- Protocol: https://www.glacier.io/
- Report: /reports/glacier
- Source: https://cdn.sanity.io/files/qoqld077/production/21bd3b6fa78c55968a6c9c7ea4fd49f34a8bd3d8.pdf

---

### Description

The code follows the convention that storage variables start with an _. In glAVAX some
variables have the _ others do not. They should all follow the same rules to increase code
readability.

### Status

Currently being reviewed by the team.

---

Related findings:

- [In PoolManager, requestFunds(...) repeated variable fetching from storage.](https://0xsimao.com/findings/maple-finance-iii-repeated-variable-fetching-storage): Maple Finance
