Brianna Marshall

Results 50 comments of Brianna Marshall

I think the most common scenario for the operator functions is to use with HOFs, in which case I'm not sure that inlining would be possible - you would need...

An example of where the code for diagnostic messages starts to get really messy and hard to maintain is when we want to make the diagnostic message a bit smarter/adaptable...

The demo for this looked really cool! I wanted to try it out, but it couldn't find the `sqore` package - I cloned the Sqore repo, but wasn't sure how...

@cgranade do you still want a review for this?

Hi @kevinhartman, that would be great! Let us know if you have any questions.

Thanks @kevinhartman for the PR! I'll take a look soon. For the F# comments, I think switching from an implicit summary tag to an explicit one when an exception tag...

> Perhaps in a case like this it might make sense to only add reference tags for the first mention of each parameter? Yeah, that could be one option, although...

> Hmm, that does sound useful. I suppose I'm just wishing C# doc comments weren't XML-based! Yes, they do tend to be very verbose. :) > Somewhat related, I noticed...

Yeah, the IDE support for F# doc comments isn't as good as C#, unfortunately. I think it still makes sense to update the doc comments, since: 1. IDE support could...

> Alright, next up is to work through the doc comments one-by-one to apply any restructuring and add missing code/param refs. > > I plan to do this with a...