Code Tidy-up tools?
-
Hi All, Anyone know of any code tidy-up tools? I want to group all my member declarations, all my properties, all my methods together, rather than the higgledy-piggledy mess they're in now. Is there anything out there to help?
using System.Beer;
-
Hi All, Anyone know of any code tidy-up tools? I want to group all my member declarations, all my properties, all my methods together, rather than the higgledy-piggledy mess they're in now. Is there anything out there to help?
using System.Beer;
Nope, I don't think so. It's just us who can take care of this .... manually :-> Regards, Bhupi Bhai.
-
Hi All, Anyone know of any code tidy-up tools? I want to group all my member declarations, all my properties, all my methods together, rather than the higgledy-piggledy mess they're in now. Is there anything out there to help?
using System.Beer;
If you don't have time to do it right, when will you have time to do it over? Or consider putting each in its own file?