Miguel de Icaza's web log

« Love World Domination! | Main | Monovation: Assembly Injection into Live Processes »

Public Service Announcement

In C# the defaut access level for members in classes and structs is "private".

There is no need to pepper the source code with "private" everywhere. It only introduces noise and makes your code more difficult to read.

blog comments powered by Disqus

This is a personal web page. Things said here do not represent the position of my employer.