Skip to content

Conversation

@alfunx
Copy link

@alfunx alfunx commented Nov 27, 2018

Add default color parameter to Printer.print(), so that

Printer.print("foo", "red");
Printer.print("bar", "white");
Printer.print("baz", "");

can be reduced to

Printer.print("foo", "red");
Printer.print("bar");
Printer.print("baz");

Also, the color "white" was not explicitly defined.

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

Successfully merging this pull request may close these issues.

1 participant