Skip to content
Snippets Groups Projects

Issue #3414947: document the values

5 unresolved threads

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
29 29
30 30 /**
31 31 * Ages dataset.
32 *
33 * This array contains information about different time durations.
  • quietone
    quietone @quietone started a thread on the diff
  • 29 29
    30 30 /**
    31 31 * Ages dataset.
    32 *
    33 * This array contains information about different time durations.
    34 *
    35 * Each element in the array is an array with three values:
    36 * - Index 0: Represents the time duration in seconds.
  • quietone
    quietone @quietone started a thread on the diff
  • 29 29
    30 30 /**
    31 31 * Ages dataset.
    32 *
    33 * This array contains information about different time durations.
    34 *
    35 * Each element in the array is an array with three values:
    36 * - Index 0: Represents the time duration in seconds.
    37 * - Index 1: Human-readable string as the formatted version of the age.
    • For me, 'human-readable' implies that is formatted. So, this can be 'Human readable string of the duration.' This should also explain that this is the expected value that is tested.

    • Please register or sign in to reply
  • quietone
    quietone @quietone started a thread on the diff
  • 29 29
    30 30 /**
    31 31 * Ages dataset.
    32 *
    33 * This array contains information about different time durations.
    34 *
    35 * Each element in the array is an array with three values:
    36 * - Index 0: Represents the time duration in seconds.
    37 * - Index 1: Human-readable string as the formatted version of the age.
    38 * - Index 2: Integer indicating the level of precision formatting the time.
  • quietone
    quietone @quietone started a thread on the diff
  • 29 29
    30 30 /**
    31 31 * Ages dataset.
    Please register or sign in to reply
    Loading