Skip to content

Instantly share code, notes, and snippets.

@GordyD
Created May 3, 2013 10:54
Show Gist options
  • Save GordyD/5508489 to your computer and use it in GitHub Desktop.
Save GordyD/5508489 to your computer and use it in GitHub Desktop.
My OKRs for Q2
{
"quarter": "Q2",
"objectives":
[
{
"title" : "Improve technical excellence",
"key_results" : [
"In-depth knowledge of Google Closure",
"In-depth knowledge of Symfony 2",
"Support for other members of the team"
]
},
{
"title" : "Become product-focussed",
"key_results" : [
"Have intimate familiarity with enterprise domain model",
"Fully leverage agile process to ensure we build what is needed",
"Improve visiblity of performance metrics in the workspace"
]
},
{
"title" : "Champion the philosophy of TDD",
"key_results" : [
"Make code coverage visible in the workspace",
"Increase code coverage of back-end application by 15%",
"Always produce unit tested code"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment