dinhanhx / big-number-process

big-number-process is code in Java for storing and operating gigantic numbers.
MIT License
2 stars 1 forks source link

Small changes on BigNum class #7

Closed Huy-Ngo closed 5 years ago

Huy-Ngo commented 5 years ago

Since the instance variable suffix can be static constant, I have changed it so. Another conditional statement is also rewritten to be more idiomatic.

McSinyx commented 5 years ago

You missed the opportunity to solve #6. IMHO casting could fit as a style change very well.