<!-- canonical: https://0xsimao.com/findings/maple-finance-iv-differences-strategy-implementations-fixed -->

# Differences in the strategy implementations that could be fixed

Low/Info · Three Sigma · Institutional lending · 26th November, 2024

Finding 3S-Maple-N02 of the Maple Cash Strategies security review.

- Protocol: https://maple.finance/
- Report: /reports/maple-finance-iv
- Source: https://cdn.sanity.io/files/qoqld077/staging/a68d604be9eca467b1f656c2ca775e1cebc2a468.pdf

---

**Description**
The MapleAaveStrategyStorage contract is missing the State Variables separator
comment that is present in other similar contracts like MapleSkyStrategyStorage and
MapleBasicStrategyStorage.
**Recommendation**
To maintain consistency and improve code readability across all strategy storage contracts,
it's recommended to add the State Variables separator comment to the
MapleAaveStrategyStorage contract.

### Status

Addressed in [#8d09a6a](https://github.com/maple-labs/maple-strategies/pull/38/commits/8d09a6a705978e35ac9aeede44118ebefe473a5f).
