Every so often when programmers are complaining about null errors/exceptions someone asks what we do without null. I have some basic idea of the coolness of option types, but...
  • May 25, 2022
  • 0 Comments
Locked. This question and its answers are locked because the question is off-topic but has historical significance. It is not currently accepting new answers or interactions. It wasn’t that...
  • May 22, 2022
  • 0 Comments
Why don’t more mainstream statically typed languages support function/method overloading by return type? I can’t think of any that do. It seems no less useful or reasonable than supporting...
  • May 20, 2022
  • 0 Comments
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only...
  • May 12, 2022
  • 0 Comments
I came across the term duck typing while reading random topics on software online and did not completely understand it. What is “duck typing”? 18 s 18 It is...
  • May 2, 2022
  • 0 Comments
This is PascalCase: SomeSymbol This is camelCase: someSymbol This is snake_case: some_symbol So my questions is whether there is a widely accepted name for this: some-symbol? It’s commonly used...
  • April 29, 2022
  • 0 Comments