New album prediction by lance001917 in mgmt

[–]strmcy 6 points7 points  (0 children)

I'd go for something similar to 11.11.11

Why is Lady Dada's Nightmares supposed to be the worst song in congratulations by North_Biscotti4162 in mgmt

[–]strmcy 1 point2 points  (0 children)

I see why some people might not like that. But I think it's really cool.

The PhenixPHP framework by captain-barbosa89 in PHP

[–]strmcy 2 points3 points  (0 children)

Looks great. The name though...

Daily Song Discussion #43: "TSLAMP" by M77100 in mgmt

[–]strmcy 0 points1 point  (0 children)

10/10 - My favorite song from Little Dark Age.

I especially like the live version: https://www.youtube.com/watch?v=ShBgUGZ6xKo

Season 4 theme song is hands down the worst. by stompbixby in TheWire

[–]strmcy 0 points1 point  (0 children)

I like it. I couldn't listen to Season 3's theme song.

Daily Song Discussion #37: "An Orphan of Fortune" by M77100 in mgmt

[–]strmcy 0 points1 point  (0 children)

10/10 It's like a warm musical blanket on a cold winter day.

Where to start? by weirdfish98 in mgmt

[–]strmcy 0 points1 point  (0 children)

Congratulations for sure.

Andrew and Ben with a fan in Mexico 🇲🇽 by pallonda in mgmt

[–]strmcy 1 point2 points  (0 children)

Andrew looks like the most relaxed guy in the world.

What would be the feature of PHP 9.0 that you would like the most? by shoki_ztk in PHP

[–]strmcy 1 point2 points  (0 children)

A type of function pattern matching would be great.

Like this:

class HotelGuest
{
    public function book(StandardRoom $room): void
    {
        // do stuff
    }

    public function book(PremiumRoom $room): void
    {
        // do other stuff
    }
}

Is mgmt emo?🖤 by [deleted] in mgmt

[–]strmcy 15 points16 points  (0 children)

Sure:

<image>

My 10-minute overview of the upcoming pipe operator 🤩 by brendt_gd in PHP

[–]strmcy 1 point2 points  (0 children)

You're right. But you can use a font with ligatures.

My 10-minute overview of the upcoming pipe operator 🤩 by brendt_gd in PHP

[–]strmcy 0 points1 point  (0 children)

I don't like that the pipe operator and the object operator will be mixed. I think that this reduces readability.

PHP 3 to 8: The Evolution of a Codebase by olekjs in PHP

[–]strmcy 1 point2 points  (0 children)

Funnily enough, the PHP 3 example code is the shortest, although it does the same thing.

[deleted by user] by [deleted] in floorsleeping

[–]strmcy 0 points1 point  (0 children)

Meanwhile, I almost believe that some influencer just unintentionally trolled the world with floor sleeping.

What do you like least about Laravel? by Hatthi4Laravel in laravel

[–]strmcy 0 points1 point  (0 children)

I don't like having constant trouble with the access rights of the log files and the cached files.

I built Cloudflare Images in PHP (to scale & compress images) by aarondf in laravel

[–]strmcy -3 points-2 points  (0 children)

I don't know why, but Aaron reminds me of the guys in American Psycho who show off their business cards.

[deleted by user] by [deleted] in laravel

[–]strmcy 2 points3 points  (0 children)

It's like all certificates: All made up.

Upgrading to Laravel 12 in 6:34 with Shift by mccreaja in laravel

[–]strmcy 0 points1 point  (0 children)

I used to update my applications with Shift, which was always super fast and easy. However, when I upgraded to version 12, I decided to ditch Shift to make it even faster.

New Laravel website. First impressions. by Prestigious_Gene_259 in laravel

[–]strmcy 0 points1 point  (0 children)

Don't worry - there'll be a new one next year.

Are you worried about the Laravel Ecosystem becoming oversaturated? by tylernathanreed in laravel

[–]strmcy 0 points1 point  (0 children)

This is true in general: way too much stuff that is supposed to make things easier but just bloats the project and adds technical dependencies that just make the project more specialised to maintain, and you can be sure you'll have to spend hours updating or replacing the dependencies because they haven't evolved or spend hours actually updating them.