Live data from Hacker News

How "junior" developers can become regex wizards

joshuakemp.blogspot.com

41–46 of 46 posts

Re: How "junior" developers can become regex wizards

#41
I'm torn a little on my opinion of this post. On the one side I applaud anyone who's willing to self-learn and isn't a "I'll just Google it" developer. On the flip side I tire of hearing people tell me that they've written a CMS of their own, in some cases piggy backing on someone who's solved the an identical problem pays dividends and will be more mature than your solution.

Perhaps for a self-learner a nice approach is to write it yourself and then go searching for a solution. That way you'll likely: validate what you did, figure out that you missed a detail or perhaps learn some new regexp foo or different way of writing the same thing.

Re: How "junior" developers can become regex wizards

#43
post #9

ugh. do they really need to be good at regex? we don't all work on the internet you know... regex is basically pointless for most application development. most programmers i consider to be exceptionally talented can not write a regex without reference (although they will do it when necessary by using reference - and very well too). on the other hand the general approach to problem solving advocated here is quite soun…

RegEx probably has most use in data validation, which has nothing to do with internet.

Re: How "junior" developers can become regex wizards

#45
post #43
post #9

ugh. do they really need to be good at regex? we don't all work on the internet you know... regex is basically pointless for most application development. most programmers i consider to be exceptionally talented can not write a regex without reference (although they will do it when necessary by using reference - and very well too). on the other hand the general approach to problem solving advocated here is quite soun…

RegEx probably has most use in data validation, which has nothing to do with internet.

i generally backlash against this. i've seen articles where people are stupid enough to say "if you don't know regex, you aren't good" my experience tells me the converse is true. good programmers are so good they end up working in environments where regex is an irrelevant curiosity and almost never a tool.
Post reply on HN