• Kissaki@programming.devOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 months ago

    Personally, I would like to see LINQ query syntax and LINQ method syntax separated too. Because I find method syntax very useful (for simple or linear-spread-cascading queries), but I find query syntax hard to read and reason. Even worse so when it introduces variables. I don’t want to see it anywhere in my projects. But method syntax has clear reasoning borders and I enjoy using it (up to a certain query complexity).

    • TehPers@beehaw.org
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      I also avoid query syntax generally because I find it hard to map to method syntax with more complex queries. It’s a cool concept though, despite it being painful to use.