dhruv3006@lemmy.world to Ask Lemmy@lemmy.world · 8 days agoWhat are some of your favourite developer tools?message-squaremessage-square36fedilinkarrow-up152arrow-down10file-text
arrow-up152arrow-down1message-squareWhat are some of your favourite developer tools?dhruv3006@lemmy.world to Ask Lemmy@lemmy.world · 8 days agomessage-square36fedilinkfile-text
minus-squareRushLana@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up19·8 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-squareValmond@lemmy.dbzer0.comlinkfedilinkarrow-up4·8 days agoRegex so good several (only slightly different) versions exist!
minus-squareBadabinski@kbin.earthlinkfedilinkarrow-up4·7 days agoRegex absolutely counts imo. I love it, especially when you combine it with a parser like, say, parsimonious.
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 so good several (only slightly different) versions exist!
Regex absolutely counts imo. I love it, especially when you combine it with a parser like, say, parsimonious.