mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
420 B
420 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| Try to avoid unnecessary nesting by returning a value early | 1272822441392377856 | laravel-clean-code-tactics | samuelstancl |
|
2020-06-16T09:24:52+00:00 | try-to-avoid-unnecessary-nesting-by-returning-a-value-early |
Too much nesting & else statements tend to make code harder to read.