|
|
|
|
|
by masklinn
2985 days ago
|
|
> Pattern matching can be quite powerful, e.g. in C# (which I wish was more indepth / more featured, it still feels a bit immature :( ) C# doesn't really deserve the name of pattern matching, just a type-based switch (with guards), you can't match on values let alone destructure them. > Ugh, how do you format code? 4 spaces indent. |
|