Upgradeable smart contracts in Ethereum

from blog zabirauf || Zohaib, | ↗ original
Ethereum contracts are immutable but there is a way to design contracts which can be upgraded, so you can fix bugs quickly and add features. We'll see how to create upgradable contracts.