T
Taher Hassan
Guest
Hi there. This is just a suggestion to the Community and a request to engage with the Microsoft Development Community. I am very keen to have your comments on this suggestion please. My suggestion is to have a directive along the lines of #region in C# that groups sections of a class' public interface. Hence this could then be viewed in Intellisense when writing code. For example if you have a Car class that has different Drive functions eg DriveFast, DriveSlow, DriveMedium and other public functions aswell you could group the Drive functions under the Drive tag. So it would appear in Inteliisense as acar.Drive.DriveSlow and when you selected the function it would appear in code as acar.DriveSlow. This could be optional with functions appearing under their categories in Intellisense if they were tagged, or not if they weren't. So this would be a view of a class' public functions rather like a View of a database. This could help in documentation, understanding, and writing code in Visual Studio and maybe lessen the need to have Interfaces.
What do you think of this suggestion ? Any comments very welcome, many thanks.
Best regards, Taher Hassan
Continue reading...
What do you think of this suggestion ? Any comments very welcome, many thanks.
Best regards, Taher Hassan
Continue reading...