Skip to content

Instantly share code, notes, and snippets.

@tlgreg86
Created April 17, 2017 06:39
Show Gist options
  • Save tlgreg86/389dfafe1b4257173db85ec8cdbc1ec4 to your computer and use it in GitHub Desktop.
Save tlgreg86/389dfafe1b4257173db85ec8cdbc1ec4 to your computer and use it in GitHub Desktop.
Agile Practices/Project Management
Throughout this mod I've tried applying agile practies to my projects with some success. I have found that if I develope small pieces of functionality, test that piece, and once functional commit that piece, my end work has fewer bugs and I spend less time on the back end of the project hunting bugs. In the instances where I struggle with creating a piece of functionality I seudo code what I'm thinking rather than write bad code in hopes of coming up with a solution. This has also helped streamline my projects.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment