Last active
December 24, 2015 16:01
-
-
Save theburningmonk/1ddfd9305028d28a03d3 to your computer and use it in GitHub Desktop.
Hack your commit history for fun and profit with F#
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We programmers spend so much of our time coding everyday, and there's a wealth of information about | |
HOW we work hidden in our commit histories. | |
In this talk I'll share some of the ideas we experimented with to analyze our commit history in order | |
to gain insight into the way we work, and how the quality of our codebase has evolved over time. | |
Along the way, there were some rather interesting findings! | |
All the code examples will be in F#, but you can easily apply the same techniques in any other language. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment