Skip to content

Bessie(Yunzhu)'s commit#15

Open
bessiezhuo wants to merge 1 commit into
weblabux:masterfrom
bessiezhuo:master
Open

Bessie(Yunzhu)'s commit#15
bessiezhuo wants to merge 1 commit into
weblabux:masterfrom
bessiezhuo:master

Conversation

@bessiezhuo

Copy link
Copy Markdown

No description provided.

Comment thread bessie.js
@@ -0,0 +1,4 @@
function bessie() {
// return "Bessie says hello."
return "Bessie says Hello!";

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: avoid hard-coding string and use variable public static final BESSIE_HELLO="Bessie says Hello!"

Comment thread bessie.js
@@ -0,0 +1,4 @@
function bessie() {
// return "Bessie says hello."

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove comments

Comment thread bessie.js
@@ -0,0 +1,4 @@
function bessie() {
// return "Bessie says hello."
return "Bessie says Hello!";

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return "Bessie says Hello!";
return BESSIE_HELLO;

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