3 pointsby bluepeter10 hours ago2 comments
  • MiroslavPokorny5 hours ago
    I think optional arguments are a broken idea, because the optional value may be sensible or correct most of the time, but there will be a time when that good value suddenly becomes wrong. The effort to FIX this mistake now results in a lot more work that could have been saved if the optional was always required from the start.
  • andsoitis9 hours ago
    Notable that TypeScript has much worse ergonomics around named params than C# does. That of the latter is quite elegant.