summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-07-13replace switch statement with DAYS arraymo
2019-07-13remove debugging codemo
2019-07-13add more testsmo
2019-07-13debug assignment 6mo
2019-07-13first try at implementing the algorithmmo
2019-07-13add a test to get the day of the weekmo
2019-07-13start work on Q6mo
2019-07-13add description of the codemo
2019-07-13add documentationmo
2019-07-13complete question 5mo
2019-07-07add classes as per the class diagrammo
2019-07-07add problem statementmo
2019-07-07start Question 5mo
2019-06-18add description of the codemo
2019-06-18play 3 rounds and format the outputmo
2019-06-18invert unless to ifmo
2019-06-18extract methods to make it easier to readmo
2019-06-18implement simple crapsmo
2019-06-18try to create a testable API using constructor injectionmo
2019-06-18try to understand how this confusing, untestable api is supposed to workmo
2019-06-18add Q4 assignmentmo
2019-06-18start to add readme for Q4mo
2019-06-09add program profile for Q3mo
2019-06-09add documentationmo
2019-06-09add CLI for section 3mo
2019-06-09extract methods to try to improve readabilitymo
2019-06-09calculate even digit summo
2019-06-09sum the odd digitsmo
2019-06-09validate length and numbermo
2019-06-09extract identifyCompany methodmo
2019-06-09test getCompanymo
2019-06-06flush out Q3 APImo
2019-06-06start Q3mo
2019-06-06tidy up the discussion in Q1mo
2019-06-06create program profile for Q2mo
2019-06-06move main game loop out to mainmo
2019-06-06add documentationmo
2019-06-04remove flaky testmo
2019-06-04remove chit chat about TDDmo
2019-06-04do not declare winner until at least one player has won a roundmo
2019-06-04determine winner based on rulesmo
2019-06-04extract methodsmo
2019-06-04build rock paper scissors gamemo
2019-06-04accept command line argument to run specific exercisemo
2019-06-04generate a random numbermo
2019-06-04add test for randommo
2019-06-04Q2 test classmo
2019-06-02this API does not make any sense. (headdesk)mo
2019-06-02provide some discussionmo
2019-06-02update main main to choose which exercise to runmo