You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Rector gurus!
I was introduced to Rector recently and am super impressed. It has been super helpful as I start digging into upgrading a large app to 8.x.
Rector seems to be very good at using a large set of rules to optimize code. It's overwhelming. I'm hoping to break that down into phases (found good docs for that). For example I'm now skipping array() -> [] all over the place as a starting point as it generates a lot of changes while array() still works in 8.0, 8.1, 8.2.
Do you know if there's a way to only make version breaking changes? That may help me prioritize.
I'll keep reading up on this and experiment. Thanks in advance for your ideas!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello Rector gurus!
I was introduced to Rector recently and am super impressed. It has been super helpful as I start digging into upgrading a large app to 8.x.
Rector seems to be very good at using a large set of rules to optimize code. It's overwhelming. I'm hoping to break that down into phases (found good docs for that). For example I'm now skipping
array()
->[]
all over the place as a starting point as it generates a lot of changes whilearray()
still works in 8.0, 8.1, 8.2.Do you know if there's a way to only make version breaking changes? That may help me prioritize.
I'll keep reading up on this and experiment. Thanks in advance for your ideas!
Beta Was this translation helpful? Give feedback.
All reactions