@shark0der asked on Telegram
normally constructors are not being used when deploying implementations since the storage that's being used is of the implementation. however now there's the
immutablewhich stores the value in the bytecode itself instead of the storage. does this mean that we can safely use constructors when deploying implementations if we're assigning to immutable?