mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
14 lines
No EOL
559 B
Markdown
14 lines
No EOL
559 B
Markdown
---
|
|
title: 'Create variables when they improve readability'
|
|
tweet_id: '1272822446278750208'
|
|
thread_slug: laravel-clean-code-tactics
|
|
author_username: samuelstancl
|
|
images:
|
|
- 'https://pbs.twimg.com/media/Ean0HJwWAAAZkDR.png'
|
|
created_at: 2021-04-06T16:07:24+00:00
|
|
slug: create-variables-when-they-improve-readability
|
|
---
|
|
|
|
The opposite of the previous tip. Sometimes the value comes from a complex call and as such, creating a variable improves readability & removes the need for a comment.
|
|
|
|
Remember that context matters & your end goal is readability |