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

Refactored BaseEntity.pm #4168

Open
wants to merge 1 commit into
base: rel-11_0
Choose a base branch
from
Open

Refactored BaseEntity.pm #4168

wants to merge 1 commit into from

Conversation

rmfalves
Copy link

No description provided.

for my $Item (@Values) {
$Item //= '';

if ($Item) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Is the hard coded key 'Item' really wanted here?
It would also help me to have a more descriptive name of $ItemList. It looks like a mapping but it is not obvious to me what is mapped to what.

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.

2 participants