Hacker News new | ask | show | jobs
by bob1029 1163 days ago
You can actually write an entire, complex C# application without using a single class via top-level statements. Named tuples make it easy to wire together functions without invoking the full OO type system.
1 comments

Very true, but there remains a large gap between what’s technically possible and customarily applied.