thiCha

thiCha @thibaultchatelain

About: Lead developper

Location:
France
Joined:
Jul 13, 2020

thiCha
articles - 5 total

Tell Don't Ask principle explained

The basic principle of the Tell Don't Ask principle is to prefer telling an object what to do rather...

Learn More 0 0Dec 26 '24

Yoda condition, in PHP, What is ?

While scrolling through code you might come across something like this if (1 === $var). What could...

Learn More 1 0Aug 28 '24

Magic Strings & Magic Numbers 🪄

Magic numbers are literal numeric values that are used in code without any explanation of their...

Learn More 2 0Jul 29 '24

Spaceship operator 🚀 in PHP

Introduced in PHP 7, the Spaceship operator <=> is used to compare two expressions. It...

Learn More 1 0Jul 16 '24

Elvis operator ?: vs Null coalescing operator

The Elvis operator and the Null coalescing operator are both binary operators that allow you to...

Learn More 3 1May 30 '24