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

dry the code using traits #38

Merged
merged 5 commits into from
Mar 26, 2018
Merged

dry the code using traits #38

merged 5 commits into from
Mar 26, 2018

Conversation

imanghafoori1
Copy link
Contributor

No description provided.

@imanghafoori1
Copy link
Contributor Author

You may rename the traits names to "update" and "created" if you are not happy with the current names

@ludo237
Copy link

ludo237 commented Mar 23, 2018

The use statement should be on top of the class like the official doc also it's in PSR-5 draft iirc

Also you could merge both into a InteractWithUser trait but I am not sure about it 🤔

@ajitbohra
Copy link
Member

ajitbohra commented Mar 23, 2018

@imanghafoori1 names look good for now can you kindly make the changes suggested by @ludo237

  • Move use to top

Thanks for drying up the code 👍

@ludo237 idea of merging them in single Traits looks good but some modules are not using both createdby / updatedby

@imanghafoori1
Copy link
Contributor Author

imanghafoori1 commented Mar 23, 2018

I can perform much more refactors using my own package if you do not mind an extra composer package dependency in your project.
@ajitbohra

http://github.com/imanghafoori1/laravel-widgetize

{
return $this->belongsTo('App\User', 'updated_by');
}
}
Copy link
Member

@ajitbohra ajitbohra Mar 26, 2018

Choose a reason for hiding this comment

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

No newline at the end of file

https://styleci.io/analyses/q2dRZB

{
return $this->belongsTo('App\User', 'created_by');
}
}
Copy link
Member

@ajitbohra ajitbohra Mar 26, 2018

Choose a reason for hiding this comment

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

No newline at the end of file

https://styleci.io/analyses/q2dRZB

@ajitbohra
Copy link
Member

@imanghafoori1 not for now but will go through http://github.com/imanghafoori1/laravel-widgetize and let you know if plan to use that.

@imanghafoori1
Copy link
Contributor Author

@ajitbohra Added newlines

@ajitbohra ajitbohra merged commit 8fb5e36 into lubusIN:develop Mar 26, 2018
@imanghafoori1 imanghafoori1 deleted the dry_up_methods branch March 26, 2018 13:14
@ajitbohra ajitbohra added this to the v1.0.2 milestone Oct 10, 2018
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