Jump to content

Talk:Partial class

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Untitled

[edit]

This article could use some work. I may get to it someday. dr.ef.tymac (talk) 03:57, 25 July 2008 (UTC)[reply]

I wonder why there is a criticism that "Partial classes break the concept of a class being a single entity with a single concern" - isn't this just a conflation of the concept of a class with the concept of a file? For example, it useful to store nested classes in multiple files sometimes, and partial classes help with this. A class is a class, and IDEs can show those without having to explain their manifestation in a file system. 193.245.34.59 (talk) 11:27, 28 February 2011 (UTC)[reply]