PeterBelow replied to Mike Torrettinni's topic in General Help
I did something similar in the past but have stopped since it does not work that well if you let the IDE's code completion or a tool like Modelmaker Code Explorer (which I simply cannot live without) create the methods for you. I find it more useful to stick to a good naming convention for methods and event handlers and also use MMX or the structure view to navigate around a unit.
dummzeuch replied to Mike Torrettinni's topic in General Help
One of the first things I do is delete those annoying comments the IDE inserts: Private/Protected etc. declarations.
Apart from that I sometimes use the GExperts sort expert to sort the methods inside a section alphabetically. But normally I just let the IDE put them in whatever order it uses.
Hello Andrea,
That's excellent, thank you very much for your detailed answer. I agree with you that the Connection attribute seems a much cleaner implementation and I will have a go at refactoring my project.
Thanks again,
Best wishes,
Stuart