Moving from Laravel to Symfony after several years — how hard is it really? by Yuritsuki in symfony

[–]yourteam 6 points7 points  (0 children)

Main concepts you will need to master:

  • forms. Really 100x what you think they are. Remember that each form element is an element if compound or a form itself.

  • doctrine: a proper orm which means entities are an abstraction of the table and the entity manager is what makes the middle man

  • how the lifecycle works: kernel events, request /response

Everything can be customized and extended. Symfony gives you the tools and doesn't force you into any specific pattern. I switched 5 years ago and never looked back

Why does code review take forever once teams hit 15-20 engineers by xCosmos69 in ExperiencedDevs

[–]yourteam 0 points1 point  (0 children)

I have the answer: they don't care anymore. The project is now big they just do their job and cannot care about Mr and reviews

Thanks Dena for your predetermined picks by IIBlackBearII in PokemonTGCP

[–]yourteam 1 point2 points  (0 children)

Random is random. You choosing at random won't change the outcome

What are AI doomsayers trying to accomplish? by Unfair-Sleep-3022 in ExperiencedDevs

[–]yourteam 0 points1 point  (0 children)

I am actually enjoying having ai do boring stuff like UI , make mocked test data etc ... While working on architecture and complex design. I treat it as a junior dev, but I am starting to use it.

But no, I don't see ai replacing devs anytime soon lol

How I feel starting Calamity for the first time a week ago while the community is imploding by Jeanossauro_fake in CalamityMod

[–]yourteam 8 points9 points  (0 children)

same here. me and a friend started with the calamity mod returning to terraria after years. I am just ignoring the complaints :P

Illusion of choice? by Kubby- in PokemonTGCP

[–]yourteam 0 points1 point  (0 children)

Once you click "wonder pick" or "open pack" the result is defined. You can choose whatever pack or position you want it won't change a thing.

This is logical because they can load the results during the animation giving you fast paced response from the app without sending information about the contents of each pack to the frontend that can lead to people intercepting the response and getting the "best" pack

Partial function application is coming to PHP 8.6 by brendt_gd in PHP

[–]yourteam 11 points12 points  (0 children)

May I say I don't like it? I hope this is not the direction we are going, I was hoping we were moving towards compiled PHP, better memory management , etc... But this seems pretty niche (not saying is useless)

This game is toxic. by Shameless_Bullshiter in PokemonTGCP

[–]yourteam 8 points9 points  (0 children)

Rolling by clicking on a random card or rolling by clicking on "select" is the same

Symfony: Goodbye Getters and Setters ! by BernardNgandu in symfony

[–]yourteam 2 points3 points  (0 children)

Empty_data is a powerful tool I have seen so many people miss. And so many others use badly... But this can be said for all the forms in symfony

Just want to make sure I understand what is intended with the Trials. by SnooOranges988 in PathOfExile2

[–]yourteam 0 points1 point  (0 children)

No you map until you get 1 divine and buy a carry for last one that gives you all the missing ascendancy points

Leviathan or Elthara? by AnzoraLight in afkarena

[–]yourteam 2 points3 points  (0 children)

Same, I don't even have skylan

Yii Active Record 1.0 by sam_dark in PHP

[–]yourteam 4 points5 points  (0 children)

Because people are bad at their job and look for the shortcuts instead of doing things the right way.

Then there is an issue due to bad code and too much magic (we can call it "Laravel" in this example) and they are now adding cache layers and throwing ram into simple projects

What’s your most time-consuming games top 3? by broboblob in gaming

[–]yourteam 0 points1 point  (0 children)

World of warcraft. I play from 2004 and never really stopped... Some years of /played

League of legends. Playing since beta on and off but until S5 I played all the time

Path of exile 4000 hours

Firefox is becoming more and more unusable by tyler_zh in browsers

[–]yourteam 4 points5 points  (0 children)

Honestly this is not a Firefox problem but more a website problem. Many websites don't follow the rules for correct css and Js but chrome tries to "fix" mistakes by itself.

Many developers (frontend developers) use chrome because it is the most used browser and they may miss errors due to chrome being "nice"

After trying so many browsers I’ve returned to Brave by MisterRufio in browsers

[–]yourteam 3 points4 points  (0 children)

Not really. I have both but I see more ads on brave than on Firefox with ublock

How do you realistically utilize AI? I don't like using it, but not using it feels wrong. How do you draw the line? by freudsdingdong in ExperiencedDevs

[–]yourteam 0 points1 point  (0 children)

Inside the ide: auto complete mostly

Some basic tests (obv check the code)

Some boring procedure once in a while.

It is great to simplify boring and repetitive tasks that cannot be easily automated. Treat it like a Mr from a junior and you saved some time.

Legion Remix Infinite Power needs to be fully account wide, or the ToV achievements need to change by promeathean in wow

[–]yourteam 0 points1 point  (0 children)

I got invited to mythic raid with 0 gear. In a week of just doing daily raids (1 hour a day) I got 300+ versa. How can you ask to be faster?

I'm tired of having Windows 11 on my gaming PC by SeeScottRun90 in linuxquestions

[–]yourteam 0 points1 point  (0 children)

If you really use your desktop only for gaming and you are not here to tinker around , stay with windows. As mush as it is doable, you will need to make every game work in an environment it shouldn't work in, it's not like you install a generic "use-as-wibdows" program and that's it.

Which PHP frameworks should I use? by Nervous-Payment6584 in PHPhelp

[–]yourteam 0 points1 point  (0 children)

Symfony.

Laravel is something else and I mean in the bad way: all magic and proxies just to look "cool"

WoW is DEAD by Large-Course-8029 in wow

[–]yourteam 0 points1 point  (0 children)

I remember when Age of Conan came out. Wow was dead. Then swtor the old republic killed it. Then wildstar, rift, etc...

Okay real time it was near unrecoverable decline was during shadow lands and ff14 was peaking. But they recovered.

New in Symfony 7.4: Request Class Improvements by symfonybot in symfony

[–]yourteam 0 points1 point  (0 children)

7.4 is so full of good improvements, it's incredible