Skip Navigation

Typing is not a programming bottleneck

blog.ploeh.dk Typing is not a programming bottleneck

Some developers seem to think that typing is a major bottleneck while programming. It's not.

Typing is not a programming bottleneck
45

You're viewing a single thread.

45 comments
  • Assuming this is C#, you could just make Reservation a record type, which can be defined with a one line primary constructor, is immutable and has value type equality. Second example is an insane amount of boilerplate.

You've viewed 45 comments.