vault backup: 2024-11-13 11:06:47

This commit is contained in:
2024-11-13 11:06:47 -06:00
parent 2c96f7a6ed
commit 373b1c3853
2 changed files with 20 additions and 14 deletions

View File

@@ -1,4 +1,10 @@
- [ ] * Speaker this Sunday [[Nick Weaver]] * Speaker next Sunday Steve Price * Pathways kids club will not meet this Wednesday evening, 11/23. Pathways kids club will resume on 11/30. * The Wednesday night prayer meeting will be Zoom only this week starting at 7:00. There will not be a prayer meeting at the chapel building.. * There will be a Christmas party at the Steve Price home on Friday, December 2 starting at 7:00. * There will be a Christmas concert and cookies outreach at the chapel on Sunday evening, December 11. Contact Travis or Joanna Robertson for details. * If you would like to review the new Anthem Song Book for possible use by the chapel, contact Ken Keane. - [ ] Speaker this Sunday [[Nick Weaver]]
- [ ] Speaker next Sunday Steve Price
- [ ] Pathways kids club will not meet this Wednesday evening, 11/23. Pathways kids club will resume on 11/30
- [ ] Wednesday night prayer meeting will be Zoom only this week starting at 7:00. There will not be a prayer meeting at the chapel building.
- [ ] There will be a Christmas party at the Steve Price home on Friday, December 2 starting at 7:00.
- [ ] There will be a Christmas concert and cookies outreach at the chapel on Sunday evening, December 11. Contact Travis or Joanna Robertson for details.
- [ ] If you would like to review the new Anthem Song Book for possible use by the chapel, contact Ken Keane.
- [ ] Mens breakfast, doing yard cleanup too - [ ] Mens breakfast, doing yard cleanup too
- [ ] Christmas program at the chapel on 18th, planning roles, Id you know youre not going to be here, let Anne-Marie or tisara know - [ ] Christmas program at the chapel on 18th, planning roles, Id you know youre not going to be here, let Anne-Marie or tisara know
- [ ] Jan 8th potluck, after will pack homeless kits, all invited to pack them and contribute, will have list of stuff you can supply - [ ] Jan 8th potluck, after will pack homeless kits, all invited to pack them and contribute, will have list of stuff you can supply

View File

@@ -1,17 +1,17 @@
Positives: Positives:
- [ ] Speaks excellent English - Speaks excellent English
- [ ] Obviously very familiar with Visual Studio, used short cuts like autocompleting property definitions - Obviously very familiar with Visual Studio, used short cuts like autocompleting property definitions
- [ ] Seems very calm and worked immediately, very straightforwardly - Seems very calm and worked immediately, very straightforwardly
- [ ] Created well-defined methods on `Board` to facilitate various functions like "reveal box" and "flag box" - Created well-defined methods on `Board` to facilitate various functions like "reveal box" and "flag box"
- [ ] Able to talk through his work well, explaining as he went along - Able to talk through his work well, explaining as he went along
- [ ] Used a nested loop and `Math.Max` and `Math.Min` to reveal box around the revealed box - Used a nested loop and `Math.Max` and `Math.Min` to reveal box around the revealed box
- [ ] A user-facing thoughtful thing: he cleared the console at the top of each input loop - A user-facing thoughtful thing: he cleared the console at the top of each input loop
- [ ] Used `StringBuilder` to render the board output, but decided against it later - Used `StringBuilder` to render the board output, but decided against it later
- [ ] Used string interpolation (newish C# capability) to render mine box content - Used string interpolation (newish C# capability) to render mine box content
- [ ] Excellent output message to user to give clear instructions on commands to input - Excellent output message to user to give clear instructions on commands to input
- [ ] Showed familiarity with debugging - Showed familiarity with debugging
- [ ] Abstracted the PrintGrid functionality to a method to be able to call it multiple times - Abstracted the PrintGrid functionality to a method to be able to call it multiple times
- [ ] Considered the user not knowing the array was 0-based - Considered the user not knowing the array was 0-based
Concerns: Concerns:
- [ ] Didn't appear to come super prepared with the solution in mind - [ ] Didn't appear to come super prepared with the solution in mind