Omniscia Polkadex Audit

dex Static Analysis Findings

dex Static Analysis Findings

DEX-01S: Non-Standard Naming Convention

TypeSeverityLocation
Code StyleInformationaldex.sol:L6, L7, L15, L23, L27, L32

Description:

The linked variables contain names that are not conformant to the official Solidity style guide.

Example:

token/dex.sol
6address payable Owner;
7uint256 immutable InitialBlockNumber ;

Recommendation:

We advise the style guide to be followed by re-writing the naming conventions of the linked declarations and increasing the legibility of the codebase.

Alleviation:

The development team has acknowledged this exhibit but decided to not apply its remediation in the current version of the codebase citing time constraints.