Skip to content

dev#1

Open
OLIPLICHE wants to merge 47 commits into
mainfrom
dev
Open

dev#1
OLIPLICHE wants to merge 47 commits into
mainfrom
dev

Conversation

@OLIPLICHE

Copy link
Copy Markdown
Owner

School library

  • I implement the classes to represent students and teachers.
  • I define a constructor and instance variables for the classes.
  • I create an Inherits from Person inside Students and teachers classes.

@helman101 helman101 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

STATUS: CHANGES REQUIRED ♻️ 🔴

Hi @OLIPLICHE 👋,

Nice job so far with this project 😄, but there are still some changes to do.

Required Changes ♻️

  • Check the comments under the review.

Cheers and Happy coding!👏👏👏

gif

If anything is not 100% clear please leave your questions or comments in the PR thread, we will be glad to help you 😄.

Please, do not open a new Pull Request for re-reviews. You should use the same Pull Request submitted for the first review, either valid or invalid unless it is requested otherwise.


As described in the Code reviews limits policy you have a limited number of reviews per project (check the exact number in your Dashboard). If you think that the code review was not fair, you can request a second opinion using this form.

Comment thread person.rb Outdated
attr_reader :id

def initialize(age, name = 'Unknown', parent_permission: true)
@id = Random.ran(1..1000)

@helman101 helman101 Nov 16, 2021

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

  • You have a little mistake here the method that you are trying to use with Random is .rand(...) and not .ran(...), please change this 😄

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Thank you

@mikethreels mikethreels left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Hi Paka,

Your project is complete! There is nothing else to say other than... it's time to merge it 🚀 :
Congratulations! 🎉

Cheers and Happy coding!👏👏👏

Feel free to leave any questions or comments in the PR thread if something is not 100% clear.


As described in the Code reviews limits policy you have a limited number of reviews per project (check the exact number in your Dashboard). If you think that the code review was not fair, you can request a second opinion using this form.

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.

3 participants