mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
14 lines
No EOL
519 B
Markdown
14 lines
No EOL
519 B
Markdown
---
|
|
title: 'Context matters'
|
|
tweet_id: '1272826465378357251'
|
|
thread_slug: laravel-clean-code-tactics
|
|
author_username: samuelstancl
|
|
images:
|
|
- 'https://pbs.twimg.com/media/Ean8vC0WAAEomIq.jpg'
|
|
created_at: 2021-04-06T16:07:38+00:00
|
|
slug: context-matters
|
|
---
|
|
|
|
Above I said that moving business logic to action/service classes is good. But context matters
|
|
|
|
Here's code design advice from a popular "Laravel best practices" repo. There's absolutely no reason to put a 3-line check into a class. That's just overengineered |