Skip to content

Code refactor for AbsoluteValue improvements #3017

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
cristbjesus opened this issue Apr 19, 2022 · 0 comments
Closed

Code refactor for AbsoluteValue improvements #3017

cristbjesus opened this issue Apr 19, 2022 · 0 comments

Comments

@cristbjesus
Copy link
Contributor

I'm refactoring some classes from the maths package to have a cleaner, more concise, easier to maintain and better documented code. I'm creating an issue for each algorithm file.

I also want to update the code to use features from newer versions of Java and create some unit tests for classes that do not have (we should use unit tests instead of main method to test the features).

cristbjesus added a commit to cristbjesus/Java that referenced this issue Apr 19, 2022
I'm refactoring some classes from the `maths` package to have a cleaner,
more concise, easier to maintain and better documented code.

I've also updated the code to use features from newer versions of Java
and I've created some unit tests because it was missing unit tests for
AbsoluteValue (I'm using now unit tests instead of main method to test the
feature).

Resolves: TheAlgorithms#3017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant