Hi Craig, > If we agree that the from and to view ids are not appropriate in the > annotations, I don't see much of a need to annotate anything related to the > outcome. It is just a string that (in my opinion) should describe "this is > what happened", not "this is where you should go next." >
You're right - the outcome describes "what happened". But it is used in the navigation rule to determine "where you should go next". So if you change the code (by returning something that is different from the navigation rule outcome) the behaviour of the app will change, right? I definitely see a point to keep both the navigation rule and the action method with its outcome close together. regards, Martin
