Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

That's more of an issue with Java not having properties as first class language feature. In C#, you don't have to deal with fields at all, because auto-properties do all the same things:

   int Foo { get; set; }


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: