Skip to content

Conversation

adlamas
Copy link

@adlamas adlamas commented Sep 25, 2023

Discussion Link

Description:


class PeopleService
def getPeople
people = Person.all
Copy link
Author

Choose a reason for hiding this comment

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

Agressive comment

Have you read Ruby's guides for methods namings? Obviously, this is not the way. Also, didn't you see this is not correctly indented? You can't make these errors.


return people
end
end
Copy link
Author

Choose a reason for hiding this comment

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

Correct comment

Usually, we use snake case for method naming, so maybe we can adapt it. Also, there was a problem with indentation, perhaps, can we reduce it in one space? What do you think? 🤔
Thanks 😄

@adlamas adlamas changed the title create healthy culture file Create a healthy culture Oct 18, 2023
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