Sarah Withee

Results 249 comments of Sarah Withee

@lauraGgit I was cleaning up some PRs and noticed this. How is this coming along? Anything I could maybe help work on?

> What is the name of the project you maintain? [Code Thesaurus](https://codethesaur.us), a polyglot developer reference tool > What is the URL to your GitHub repository? https://github.com/codethesaurus/codethesaur.us https://github.com/codethesaurus/docs > Why...

Great, I'll add you! If you have any questions, let me know. And feel free to read the [documentation](https://docs.codethesaur.us) if you need any help!

Oh no, you're overthinking it! For example, take https://github.com/codethesaurus/codethesaur.us/blob/117b77a54b8b203ac99a2a74d61d006fe8ca02d7/web/thesauruses/cpp/C%2B%2B20/operators.json#L9L12 : Change: ` "code": "+",` to ` "code": "operand1 + operand2",` That's all. Make it obvious the order of the operators...

So you won't change anything in the file BUT the `code` lines. If you change the rest of the file, it won't work right. You'll only be adding operands to...

Do either: `"code": "operand1 + operand2"` _or_ `"code": "a + b"` Not both, and don't try adding extra things into it. You are _just_ adding operands into the existing code...

Hmm... I'm not sure how to really clear this up any more than I've already tried. Can you go ahead and make a few changes you think are right, then...

Here, I also made an example: ![image](https://user-images.githubusercontent.com/2601974/188654319-1950cf00-25fd-429d-8c62-4dc25bf6522d.png) The left side are the original lines (with changes in red). The right side is the modified side (with changes in green). This...

Yeah, basically! Go ahead and make a pull request with that and I can point more specifically to a couple of things.