63 - Assembly usage
Use of EVM assembly is error-prone and should be avoided or double-checked for correctness. (see here)
- Solidity Assembly
- Optimized -> efficient Gas Savings
- Error-prone
- Semantics & Readability
- Avoid or Double-check
Use of EVM assembly is error-prone and should be avoided or double-checked for correctness. (see here)