• Anthony (unregistered) in reply to Ross Day
    Anonymous:
    I especially love the lack of else if or else in the checking of the FieldName.  It teaches your application discipline if it has to rigorously check all possibilities even when it already found the correct one. 


    Ayup. Asuming that this is C#, you can even use a switch statement on strings. But then you'd have to redo all that lovely cut-and-pasting.  :'(

Leave a comment on “Loonily Coupled”

Log In or post as a guest

Replying to comment #:

« Return to Article