Skip to content
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

Fix bugs and refactoring #11

Merged
merged 6 commits into from
Oct 11, 2022
Merged

Fix bugs and refactoring #11

merged 6 commits into from
Oct 11, 2022

Commits on Oct 10, 2022

  1. refactored and deprecated some functions

    pitzzahh committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    3bcb5d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. refactored areAllTheSame overloaded method name to similar and refact…

    …ored its body to use streams.
    
    renamed convertToString method to getString().
    renamed convertToArray method name to toArray().
    refactored convertToListOfCharacters method and removed mutability, also removed deprecation.
    pitzzahh committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    1e67005 View commit details
    Browse the repository at this point in the history
  2. refactored areAllTheSame overloaded method name to similar and refact…

    …ored its body to use streams.
    
    renamed convertToString method to getString().
    renamed convertToArray method name to toArray().
    refactored convertToListOfCharacters method and removed mutability, also removed deprecation.
    pitzzahh committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    470c948 View commit details
    Browse the repository at this point in the history
  3. suppressed printf() function, returns undesired result when not suppr…

    …essed (confusing var args)
    pitzzahh committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    282fc27 View commit details
    Browse the repository at this point in the history
  4. renamed TextColors class to Colors

    pitzzahh committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    612383a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d15b7d6 View commit details
    Browse the repository at this point in the history