mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-11 21:14:02 +00:00
392 B
392 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| Extract methods | 1272822455393026049 | laravel-clean-code-tactics | samuelstancl |
|
2021-04-06T16:07:27+00:00 | extract-methods |
If some method is too long or complex, and it's hard to understand what exactly is happening, split the logic into multiple methods.