mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +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 |
|
2021-04-06T16:07:23+00:00 | try-to-avoid-unnecessary-nesting-by-returning-a-value-early |
Too much nesting & else statements tend to make code harder to read.