PHP introduced `??` and `??=` years ago…
but I still see many developers stuck with ternary operators for default values 😅
Have you fully switched to null coalescing operators
or still using ternary out of habit? 👀
PHP introduced `??` and `??=` years ago…
but I still see many developers stuck with ternary operators for default values 😅
Have you fully switched to null coalescing operators
or still using ternary out of habit? 👀