Closed DravitLochan closed 7 years ago
@opticod can you please see and tell me why travis is continuously failing me? :(
@DravitLochan
The error is
No resource found that matches the given name (at 'text' with value '@string/button_next').
You haven't added the button text string to string.xml
ohho. damn! just give me a sec
@opticod please review and merge. Thank you for your support!
@DravitLochan You might wanna squash the commits.
done! @opticod @free4murad
@free4murad @opticod :(
why does it want next to be a local variable instead?
@DravitLochan , we follow snake case for ids and camelCase for variable names. We will be updating the README section for easiness of contributors.
why does it want next to be a local variable instead?
If we doesn't require a variable globally, then we can limit the scope only where it is required. It helps to optimise function activation stacks calls by the program.
@opticod no issues. I made the pr proper. please review and act :)
@opticod did you review the pr after the changes?
@DravitLochan, you can go through 2c79128 , and see the changes that I made in addition to you.
Oh thanks for the changes 😊
On 01-Mar-2017 2:16 PM, "Anupam Das" notifications@github.com wrote:
@opticod commented on this pull request.
@DravitLochan https://github.com/DravitLochan, I reviewed just now. There were some changes required that I added following your commit.
- Refactoring of your code was missing
- anim_bounceinup violates naming convention.
- next button should start with capital character.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/BuildmLearn/BuildmLearn-Toolkit-Android/pull/433#pullrequestreview-24425137, or mute the thread https://github.com/notifications/unsubscribe-auth/AOJm5tGcvy6WM62b8A4ZL9ZIsqgAVsDgks5rhTBrgaJpZM4ML5ZG .
I don't remember using snake case but I'll fix it right away. :)
On 25-Feb-2017 12:20 PM, "Codacy Bot" notifications@github.com wrote: