summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-07-19start to document Q7mo
2019-07-19complete exercise 7mo
2019-07-19add tests for other categoriesmo
2019-07-19calculate BMImo
2019-07-19add Q7 problem statementmo
2019-07-13add header to WeekDay classmo
2019-07-13improve console outputmo
2019-07-13validate day/month boundariesmo
2019-07-13validate day underflowmo
2019-07-13validate day overflowmo
2019-07-13remove unused constantsmo
2019-07-13replace switch with array of MONTHSmo
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