Helper to put functions in dependency order
Every since I learned F#, I like to have my functions in a class in dependency order. That is to say that if function B calls function A, then function A should be defined before function B.
Is there anything out there that will help me refactor existing C# code and put functions in dependency order?
Thanks,
Ken
Please sign in to leave a comment.