cm0002@lemmy.world to Programmer Humor@programming.dev · 6 days agoTradeoffslemmy.mlimagemessage-square60fedilinkarrow-up140arrow-down11cross-posted to: [email protected]
arrow-up139arrow-down1imageTradeoffslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 6 days agomessage-square60fedilinkcross-posted to: [email protected]
minus-square2deck@lemmy.worldlinkfedilinkarrow-up1·6 days agoIf you’re having to do repetitive shit, you might reconsider your approach.
minus-squareSkyeStarfall@lemmy.blahaj.zonelinkfedilinkarrow-up0·6 days agoDepending on the situation, repetitive shit might be unavoidable Usually you can solve the issue by using regex, but regex can be difficult to work with as well
If you’re having to do repetitive shit, you might reconsider your approach.
Depending on the situation, repetitive shit might be unavoidable
Usually you can solve the issue by using regex, but regex can be difficult to work with as well
Skill issue…