• 1 Post
  • 2 Comments
Joined 4 months ago
cake
Cake day: February 9th, 2024

help-circle
  • Maybe I’m a little tired. I’ve argued a lot about this on reddit as well and have become a bit frustrated with people telling me I’m missing things, without being able to actually provide any convincing real world examples. It’s not my goal to cause drama or offend anyone. Sorry, if I came across a little cranky.

    Thanks for linking some resources! I’ll take a look and see if I can find some compelling arguments there.


  • Thanks for sharing your opinion with me!

    What I’m hearing is basically “you don’t understand the real benefits, so your not qualified to judge the proposal”. I find this attitude quite harmful. If you think, I’m missing something important, please tell me about it. You will only convince me with arguments, not by patronizing me. Could you at least link the mentioned discussion?

    There are plenty of containers […] could also use a generic way of iterating over them.

    To me, it seemed intended, that Go only has two first-level containers (slices and maps). It forces a certain amount of “uniformity” by giving other containers a disadvantage. Of course, in some scenarios you really need a different container and it will be more cumbersome to use, but it is by no means impossible without range-over-func.