mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
559 B
559 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| Create variables when they improve readability | 1272822446278750208 | laravel-clean-code-tactics | samuelstancl |
|
2020-06-16T09:24:53+00:00 | 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