mirror of
https://github.com/ingress-it-solutions/gitea-code-review-action.git
synced 2025-04-20 11:06:47 +00:00
Fixed Summary
This commit is contained in:
parent
dd021fad57
commit
4343cd8199
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ inputs:
|
|||
Code Structure
|
||||
- Validation
|
||||
- Business logic should be in service class
|
||||
- Don't repeat yourself (DRY)
|
||||
- Dont repeat yourself (DRY)
|
||||
- Prefer to use Eloquent over using Query Builder and raw SQL queries. Prefer collections over arrays
|
||||
- Mass assignment
|
||||
- Do not execute queries in Blade templates and use eager loading (N + 1 problem)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue