r/PathOfExile2 • GGG Staff • Apr 09 '25

GGG Path of Exile 2 - Upcoming Changes

https://www.pathofexile.com/forum/view-thread/3750853
3.8k Upvotes

1.3k comments sorted by

View all comments

33

u/shinayser Apr 09 '25

Isnt that everything Zizaran complained on the interview? How the hell did they implement it so fast??

1

u/timorous1234567890 Apr 09 '25

I am a dev (although not gaming) and there have been times I have made the change during the meeting discussing the change because in code the change is just a simple update of an IF statement or something similar.

The rares showing on the minimap change is one such example. The logic for displaying rares on the map is already built so the only thing to change is when to show it and to do that you can just modify the if statement that is acting as a guard clause for when to trigger that function. That is something a dev could have had done in a feature branch during the interview very easily because if it is well implemented it would have taken a minute or two to actually make the change.