VegOwOtenks@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agoRegex flavorslemmy.worldexternal-linkmessage-square32fedilinkarrow-up1406arrow-down117
arrow-up1389arrow-down1external-linkRegex flavorslemmy.worldVegOwOtenks@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square32fedilink
minus-square☆ Yσɠƚԋσʂ ☆@lemmy.mllinkfedilinkarrow-up3arrow-down1·1 year agoExactly, at the end of the day it’s about using the right tool for the job. Code that’s clear and declarative is easier to maintain, so it makes sense to default to it, but nothing stops you from using low level constructs if you really need to.
Exactly, at the end of the day it’s about using the right tool for the job. Code that’s clear and declarative is easier to maintain, so it makes sense to default to it, but nothing stops you from using low level constructs if you really need to.