mirror of
https://github.com/ingress-it-solutions/gitea-code-review-action.git
synced 2025-04-19 18:56:45 +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
|
Code Structure
|
||||||
- Validation
|
- Validation
|
||||||
- Business logic should be in service class
|
- 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
|
- Prefer to use Eloquent over using Query Builder and raw SQL queries. Prefer collections over arrays
|
||||||
- Mass assignment
|
- Mass assignment
|
||||||
- Do not execute queries in Blade templates and use eager loading (N + 1 problem)
|
- 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