Comment on Commenting Code ProperlyComments−eccp13yDon't use regexes to parse HTML, use BeautifulSoup instead. Also, don't use "brogrammer" style comments, they are not funny enough.−eccp13ySomething like: https://gist.github.com/3850232
Comments
Don't use regexes to parse HTML, use BeautifulSoup instead. Also, don't use "brogrammer" style comments, they are not funny enough.
Something like: https://gist.github.com/3850232