Quantcast
Channel: BigQueri.es - Latest topics
Viewing all articles
Browse latest Browse all 23

Which programming languages induce the most anger?

$
0
0

Ilya Grigorik wrote:

SELECT repository_language, COUNT(*) as cntlang
FROM [githubarchive:github.timeline]
WHERE repository_language != ''
  AND payload_commit_msg != ''
  AND PARSE_UTC_USEC(created_at) < PARSE_UTC_USEC('2012-05-09 00:00:00')
  AND REGEXP_MATCH(payload_commit_msg, 
    r'(?i)\b(a+rgh|angry|annoyed|annoying|appalled|bitter|cranky|hate|hating|mad)\b'
GROUP BY repository_language
ORDER BY cntlang DESC

Apparently, VimL is the winner, followed by C and bash. smile

For full analysis, see:
http://geeksta.net/geeklog/exploring-expressions-emotions-github-commit-messages/

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 23

Trending Articles