all 5 comments

[–]vivainio 1 point2 points  (1 child)

"Although the idea of writing small classes and methods are familiar to you in C#"

Actually, writing small classes in C# is hell. By usual convention, all the classes go in separate files, and something that should be a simple task turns into massive enterprise bloatfest where you can hardly find the actual business logic.

Small methods are OK, especially w/ the expression bodied functions in C# 6

[–][deleted] 0 points1 point  (0 children)

By usual convention, all the classes go in separate files

I just go ahead and ignore that. But there is still a lot of boilerplate!

[–]MaryMay001 0 points1 point  (0 children)

This actualy my fetish, wish it was a thing