Skip to content

Instantly share code, notes, and snippets.

@krainboltgreene
Last active December 26, 2015 02:59
Show Gist options
  • Save krainboltgreene/7083059 to your computer and use it in GitHub Desktop.
Save krainboltgreene/7083059 to your computer and use it in GitHub Desktop.
Some hacklife stuff
POSITIVE_TRAITS = {
passion: 0,
empathy: 0,
creativity: 0
}
NEGATIVE_TRAITS = {
laziness: 0,
hubris: 0,
impatience: 0
}
SOCIAL_SKILLS = {
communication: 0,
networking: 0,
leadership: 0,
teamwork: 0,
politics: 0
}
SCIENCE_SKILLS = {
learning: 0,
algorithms: 0,
patterns: 0,
abstraciton: 0,
design: 0
}
PRACTICE_SKILLS = {
standards: 0,
versioning: 0,
testing: 0,
prototyping: 0,
estimation: 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment