J
Joel Moore
Is there any point to making classes or interfaces public in an EXE
project? Executables can't be referenced by other applications so why
would you ever need public classes?
Do people leave them public simply because that's how VS.NET's code
generator produces them or are there other advantages I'm missing
altogether?
Is it worth it to convert public types to "Friend" (or whatever the C#
equivalent is...) or is that just wasted effort?
Joel Moore
project? Executables can't be referenced by other applications so why
would you ever need public classes?
Do people leave them public simply because that's how VS.NET's code
generator produces them or are there other advantages I'm missing
altogether?
Is it worth it to convert public types to "Friend" (or whatever the C#
equivalent is...) or is that just wasted effort?
Joel Moore