question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove Gigasecond; it's worthless in Java.

See original GitHub issue

All the interesting date math that this exercise probably brings in other languages is roundly covered with the built-in java.time package.

Worse, every solution I’ve seen submitted is nearly identical and so there’s no room for discussion.

Unless we see this as a way to introduce that part of the standard library (which generally isn’t the goal), this exercise doesn’t yield the good stuff we’re looking for.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
stkentcommented, Jan 20, 2017

FWIW, I watched someone complete this exercise today, and it was the first time they discovered and used multiple constructors, and the first time they learned you could call into one constructor from another!

1reaction
matthewmorgancommented, Sep 27, 2016

That makes sense to me. Plenty of more valuable exercises…!

Read more comments on GitHub >

github_iconTop Results From Across the Web

ZZFap's solution for Gigasecond in Java on Exercism
Learn from how ZZFap solved Gigasecond in Java, and learn how others have solved the exercise.
Read more >
Delete unused variable's memory in java - Stack Overflow
I know that Java have its own garbage collection, but sometimes I want to delete the garbage manually. Is there any way to...
Read more >
The Laws of Cryptography with Java Code
cryptosystem, its theory and a Java implementation, but there is no discussion ... RSA would be useless if there were no efficient exponentiation...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found