Cheap storage alternatives.
uint256 public constant MAX = 1000address public immutable DEPLOYERDEPLOYER = msg.sender// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
contract Config {
// TODO constant
// TODO immutable
constructor() {
// TODO
}
}