You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though it is stated that LINQ query syntax should be avoided due to performance reduction - Is there a chance, that the documentation could be enhanced by laying out the examples in both syntax styles?
As a learner who tries to get get his head around parsing things, I find myself to be much more comfortable using the LINQ query syntax, as it is much easier to read and understand. That is why I make good progress with understanding Sprache, that has inspired this project.
An alternative Json tutorial would also be an option, if the contributors feel, that the README is blown up enough.
Thank you!
The text was updated successfully, but these errors were encountered:
For future travellers I've just discovered method for understanding/translating LINQ query syntax into method syntax - in dnSpy uncheck the "Decompile query expressions" option and there you go you. Oh and we can actually press F12 on LINQ query keyword like from, where, select - it navigates to Pidgin methods implementing them - SelectMany, Where, Select and this methods call Bind, Assert and Map methods respectively.
Even though it is stated that LINQ query syntax should be avoided due to performance reduction - Is there a chance, that the documentation could be enhanced by laying out the examples in both syntax styles?
As a learner who tries to get get his head around parsing things, I find myself to be much more comfortable using the LINQ query syntax, as it is much easier to read and understand. That is why I make good progress with understanding Sprache, that has inspired this project.
An alternative Json tutorial would also be an option, if the contributors feel, that the README is blown up enough.
Thank you!
The text was updated successfully, but these errors were encountered: