what do you guys think about `partial class` in C#...
# language-proposals
s
what do you guys think about
partial class
in C# ?
👍 3
b
I've never worked with `partial class`es. What do they do and why are they given a dedicated keyword?
p
It seems to be something similar of extensions in Swift, no?
b
Are they like `abstract class`es?