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

Update 2-playground-tutorial.md #162

Closed
wants to merge 2 commits into from
Closed

Update 2-playground-tutorial.md #162

wants to merge 2 commits into from

Conversation

hibuno
Copy link

@hibuno hibuno commented Jun 21, 2018

Hi there,

I've followed this tutorial and I think on the function to add Todo does not validate user input for empty string.

So i'm propose some minor change.

Thank you

Hi there,

I've followed this tutorial and I think on the function to add Todo does not validate user input for empty string.

So i'm propose some minor change.

Thank you
@nativescript-vue-bot
Copy link

nativescript-vue-bot commented Jun 21, 2018

Deploy preview for nativescript-vue ready!

Built with commit 6f50882

https://deploy-preview-162--nativescript-vue.netlify.com

@rigor789
Copy link
Member

Thanks for the updates @muhibbudins!
Pinging @ikoevska to review the changes before merging.

@@ -229,6 +229,7 @@ new Vue({
console.log('Task with index: ' + args.index + ' tapped'); // Logs tapped tasks in the console for debugging.
},
onButtonTap() {
if (this.textFieldValue === "") return // Prevent user input empty string
Copy link
Contributor

Choose a reason for hiding this comment

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

Two things here:

  • The semi-colon is missing at the end of the line
  • Please, pay attention to the format of code comments above and below and fix it for consistency. Ideally, here you would go with something like "Prevents users from entering an empty string."

Copy link
Author

Choose a reason for hiding this comment

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

Hi @ikoevska ,

Sorry for the mistakes, i've updated the code. Thanks

@ikoevska
Copy link
Contributor

ikoevska commented Jun 25, 2018

Sorry about that but I missed it the first time around. We need to have this line added to all code blocks for onButtonTap (there are two more instances across the file). Otherwise, it will get lost across code sanity checks.

As a note to self and @rigor789 , we should probably have a better way to include identical code in several places... Ideas?

@rigor789
Copy link
Member

@ikoevska I left an idea comment here: #163 (comment)

@ikoevska ikoevska mentioned this pull request Nov 5, 2018
@rigor789
Copy link
Member

rigor789 commented Nov 6, 2018

Addressed in #232. Closing :)

@rigor789 rigor789 closed this Nov 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants