Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: techreturners/java_coding_exercises
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Tinka8ell/java_coding_exercises
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 11 files changed
  • 1 contributor

Commits on Mar 14, 2022

  1. First commit - got capitalizeWord working and passing tests.

    This assumes that there are no preceding non-word characters in the provided string before the first word character.
    It should also cope with empty strings.
    Tinka8ell committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    58bd49f View commit details
    Browse the repository at this point in the history
  2. Add javadoc for the method.

    Tinka8ell committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    dd57531 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1aa18dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a702fbd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47435cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b8f50c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Completed Exercise002

    Tinka8ell committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    4e652e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5c2e50 View commit details
    Browse the repository at this point in the history
  3. Started Exercise004 Created basic class and "fixed tests".

    The tests were either nonsense or meaningless with no explanation.
    Tinka8ell committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    6c93acb View commit details
    Browse the repository at this point in the history
  4. Restarted Exercise004 Created basic class.

    Boy am I thick!
    After unintentionally taking Pomorodo - I got a coffee! - I realised what was being asked!
    I had misread gigasecond as like nanaosecond - very small and not very big!
    Now the date time stamps in the unit tests make sense.
    Shows the importance of adding comments to the code (even tests)!
    Tinka8ell committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    b76a84c View commit details
    Browse the repository at this point in the history
  5. Completed Exercise004

    Easy once you can actually understand the question!
    Tinka8ell committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    6a5796b View commit details
    Browse the repository at this point in the history
  6. Completed Exercise005

    Tinka8ell committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    aedea48 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Removed "magic numbers"

    Tinka8ell committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    c4909a8 View commit details
    Browse the repository at this point in the history
Loading