Mahdi Yusuf made a fun blog post about which keys get pressed the most in various programming languages. I thought I would generate one for Factor:
This was assembled by taking all the source code (not documentation or tests) from core/
and basis/
in the Factor codebase and passing it through heatmap.js.
2 comments:
So what is the deal with "e"?
You know, its kind of dumb to show this as a heat map, since the data is discrete. Better to just color code each key. Also, it would be more interesting to show this heatmap after removing the trends from a large sample over many programming languages.
Post a Comment