Combining multiple dependencies

According to the documentation, the rules for combining multiple dependencies in 2023.02 seem to be more restrictive than in 2022.06.

2023.02 (FMM):

Combining multiple dependencies can result in unwanted behavior, because the dependencies are evaluated after each other and can therefore override each other.

2022.06 (UI-Designer):

Combining multiple dependencies using the cases “Clear”, “Field Value” or “Value” can result in unwanted behavior, because the dependencies are evaluated after each other and can therefore override each other.

We make heavy use of dependencies and we do combine them in a lot of ways. If there really is a change in the behaviour, we would have to make a lot of adjustments to our models.

Could someone please clarify if this will really be the case? Thanks!

I think this change in the documentation is only that - a changed text. The dependencies work as before.
Personally, I would do complicated computations (“heavy use of dependencies and we do combine them in a lot of ways”) in kernel, and if that is not possible, in code.