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

Updates to the C# Koans based on experiences with ~50 students #6

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Oct 22, 2015

  1. Switch to 4.5

    elizabrock committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    3ffcc02 View commit details
    Browse the repository at this point in the history
  2. Correct spelling errors

    elizabrock committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    e1e408a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7206df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cf4504 View commit details
    Browse the repository at this point in the history
  5. Adjust delegate passing koans to match standard unit-testing style.

    My students found it quite confusing to have the assertions in the body of another method.
    elizabrock committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    40f6bbd View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2015

  1. Configuration menu
    Copy the full SHA
    151ae25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be217da View commit details
    Browse the repository at this point in the history
  3. Rename SooperSekrit to TopSecret for clarity when discussing the …

    …Koans out loud.
    
    Also, it just makes a little more sense this way.
    elizabrock committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    d5636cf View commit details
    Browse the repository at this point in the history
  4. Reorder AboutMethods so that variable parameters are introduced befor…

    …e they are used in the Extension Methods.
    elizabrock committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    4a9fe79 View commit details
    Browse the repository at this point in the history
  5. Null, not Nil.

    elizabrock committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    cfd423b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e9d8c29 View commit details
    Browse the repository at this point in the history
  7. Fix typo

    elizabrock committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    c3a6cf0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b4b502d View commit details
    Browse the repository at this point in the history
  9. Inform the student when builds fail.

    Because, fail they will.
    elizabrock committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    7ea9091 View commit details
    Browse the repository at this point in the history