Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds about enumerations koans #263

Merged
merged 48 commits into from
Oct 1, 2019

Conversation

indented-automation
Copy link
Contributor

PR Summary

Adds the AboutEnumerations topic.

Context

Adds an extensive topic covering just about everything I can think of about enumerations.

Changes

  • Adds AboutEnumerations topic.

Checklist

  • Pull Request has a meaningful title.
  • Summarised changes.
  • Pull Request is ready to merge & is not WIP.
  • Added tests / only testable interactively.
    • Make sure you add a new test if old tests do not effectively test the code changed.
  • Added documentation / opened issue to track adding documentation at a later date.

@vexx32 vexx32 added Category-Koans Invoking the Great Doubt PR-Needs-Review 🔍 Let's take a closer look! labels Sep 25, 2019
@vexx32 vexx32 added this to In progress in Koan Topic Tracking via automation Sep 25, 2019
Copy link
Owner

@vexx32 vexx32 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, love the Start-Job workaround. I wonder how it'll be for performance, but we can handle that later if / as needed.

A few bits and pieces I noted as I went through, mostly minor issues or misspellings. 🙂

@vexx32 vexx32 added PR-Awaiting-Author ✏️ Waiting on a response from the user who submitted the PR. and removed PR-Needs-Review 🔍 Let's take a closer look! labels Sep 26, 2019
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Copy link
Owner

@vexx32 vexx32 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Second pass, basically all just me being picky about phrasing and such 😁

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Copy link
Owner

@vexx32 vexx32 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lovely! 😄

Couple minor things I noticed on a reread, and then I think that'll just about do it. 💖 😊

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
@vexx32 vexx32 added PR-Needs-Review 🔍 Let's take a closer look! and removed PR-Awaiting-Author ✏️ Waiting on a response from the user who submitted the PR. labels Sep 30, 2019
@vexx32 vexx32 removed the PR-Needs-Review 🔍 Let's take a closer look! label Oct 1, 2019
@vexx32 vexx32 merged commit 09e37fb into vexx32:master Oct 1, 2019
Koan Topic Tracking automation moved this from In progress to Done Oct 1, 2019
thomasrayner pushed a commit to thomasrayner/PSKoans that referenced this pull request Oct 23, 2019
* Creating AboutEnumsAndClasses

* Adds AboutEnumerations

* Fixes typo

* Fixes trailing line

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Review fixes and adds TryParse

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Review fixes

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Review fixes

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Update PSKoans/Koans/Constructs and Patterns/AboutEnumerations.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* Review fixes
@indented-automation indented-automation deleted the AddsAboutEnumerations branch November 1, 2019 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category-Koans Invoking the Great Doubt
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants