dhruv3006@lemmy.world to Ask Lemmy@lemmy.world · 3 days agoWhat are some of your favourite developer tools?message-squaremessage-square36linkfedilinkarrow-up152arrow-down10file-text
arrow-up152arrow-down1message-squareWhat are some of your favourite developer tools?dhruv3006@lemmy.world to Ask Lemmy@lemmy.world · 3 days agomessage-square36linkfedilinkfile-text
minus-squareRushLana@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up19·3 days agoPen and paper. Most dev I know underestimate the power of scribling what pass through their head when thinking about a problem. Also I don’t know if it count but learn regex, it’s the best way to parse text ever made.
minus-squareBadabinski@kbin.earthlinkfedilinkarrow-up4·3 days agoRegex absolutely counts imo. I love it, especially when you combine it with a parser like, say, parsimonious.
minus-squareValmond@lemmy.dbzer0.comlinkfedilinkarrow-up4·3 days agoRegex so good several (only slightly different) versions exist!
Pen and paper.
Most dev I know underestimate the power of scribling what pass through their head when thinking about a problem.
Also I don’t know if it count but learn regex, it’s the best way to parse text ever made.
Regex is not a parser!
Regex describes a parser.
Regex absolutely counts imo. I love it, especially when you combine it with a parser like, say, parsimonious.
Regex so good several (only slightly different) versions exist!