Skip to content

Instantly share code, notes, and snippets.

View pvinthemix's full-sized avatar

Paul Vangelakos pvinthemix

View GitHub Profile
@pvinthemix
pvinthemix / AgileFeedback.md
Created October 31, 2018 17:51
Agile & Feedback Reflection Submissions - Mod2 - 1808

What have you learned about the use of agile vs. waterfall in software projects?

  • Both are used in professional environments. While most teams aspire to be agile, they tend to fall into waterfall processes due to constraints in getting the project to meet some type of deadline.

How did you and your group approach project management in this project (what tools did you use, how did you hold each other accountable, etc.)?

  • My partner and I used github issues almost exclusively. This really helped with our user stories and keeping us on top of what needed to get done. We also used a retro log in google sheets to document what we completed each day and what we wanted to complete the next day.

What role did you take on in the project?

  • I took on the role of the organizer in our project. I documented what needed to get done and what should get done on a daily basis and made sure our issues in github were up to date with our progress.

What changes would you make to your approach in future team projects?

@pvinthemix
pvinthemix / DTR - Wheel of Fortune - Mod2 FEE.md
Last active December 5, 2018 21:11
GameTime - Mod 2 - Wheel of Fortune

Template for DTR Memo

Project: GameTime - Wheel of Fortune

Group Member Names: Heather and Paul

Goals and Expectations for the Project (What does each group member hope to get out of this project? What do we want to achieve as a team? How will we know that we're successful?):

  • Understanding of oop principles: classes
  • Using array prototypes within the project
  • Have the project be fully functional and playable
@pvinthemix
pvinthemix / WOF - OOP.md
Last active December 4, 2018 21:43
Heather & Paul - Wheel of Fortune - OOP Diagram

Game Class:

Properties:

  • How many players are playing
  • What round it is
  • Active/Current Puzzle
  • Active/Current Wheel
  • BonusRound true or false?

Methods:

  • How to calculate the winner
@pvinthemix
pvinthemix / code-review-checklist.md
Last active December 10, 2018 18:51 — forked from thatPamIAm/code-review-checklist.md
Code Review Checklist - Wheel of Fortune - Heather and Paul

Pair-to-Pair Code Review

Would like reviewd

  • Methods in the player class..can they live somewhere else, possibly game?
  • Suggestions on populating the current puzzle onto the game board.
  • Does the domUpdates file and the index.js file look like they are seperated appropriately?
  • Suggestions on the guessLetter function.
  • Feedback on the UI instructions for actually playing the game.
  • Feedback on tests.