pcouy@lemmy.pierre-couy.fr to Programming@programming.dev · 5 days agoCode Smells Catalogluzkan.github.ioexternal-linkmessage-square54fedilinkarrow-up167arrow-down17
arrow-up160arrow-down1external-linkCode Smells Catalogluzkan.github.iopcouy@lemmy.pierre-couy.fr to Programming@programming.dev · 5 days agomessage-square54fedilink
minus-squareBoomkop3@reddthat.comlinkfedilinkarrow-up1·edit-21 day agoAgain, it’s an easy refactor to make it not global. There are cases where that extra abstraction work simply does not add value. With your background, you should know that
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up1·21 minutes ago it’s an easy refactor to make it not global I have enough experience to know that making global state non-global is usually anything but easy.
Again, it’s an easy refactor to make it not global. There are cases where that extra abstraction work simply does not add value.
With your background, you should know that
I have enough experience to know that making global state non-global is usually anything but easy.