Want to bounce this off some other coders before I make a language-change proposal of it: C#’s “partial” class type lets you spread a class definition across multiple files. But mostly people use it as a way to make private code definitions private – split large functions up into little nuggets that don’t get exposed [...]