Skip to content

Instantly share code, notes, and snippets.

@theburningmonk
Last active December 24, 2015 16:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theburningmonk/1ddfd9305028d28a03d3 to your computer and use it in GitHub Desktop.
Save theburningmonk/1ddfd9305028d28a03d3 to your computer and use it in GitHub Desktop.
Hack your commit history for fun and profit with F#
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