mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
* Weekly thread #5 * Weekly thread #6 (before #5) * Weekly thread #5 * Correct the weekly thread created_at timestamps * Add actual created_at to Thread * Weekly thread #7 * Fix weekly thread #7 * Remove thread #8
15 lines
467 B
Markdown
15 lines
467 B
Markdown
---
|
|
title: 'match() statements are a great way to clean up code'
|
|
tweet_id: '1489620168233734144'
|
|
thread_slug: weekly-thread-2022-05
|
|
author_username: cerbero90
|
|
images:
|
|
- 'https://pbs.twimg.com/media/FKqzQ68aMAAqGdX.png'
|
|
created_at: 2022-02-04T15:21:38+00:00
|
|
slug: match-statements-are-a-great-way-to-clean-up-code
|
|
---
|
|
Match offers such a compact and clean syntax compared to its PHP alternatives 🌈
|
|
|
|
It can make our code way more readable and concise 💅
|
|
|
|
#PHP
|