Hey folks, been working on my technical docs for a project and realized my writing is... not great. I'm trying to get better at clear communication, especially for commit messages and READMEs.
I found a combo that's been super helpful for me: I draft in Wordtune first to get my ideas out and varied, then I paste the result into Hemingway Editor to cut the fluff. It's like a linter for my English? 😅
Example of a before/after:
**Before (my original):**
"Hey so I was trying to make the lambda and it wasn't working because the permissions were wrong I think maybe."
**After Wordtune then Hemingway:**
"The Lambda function failed due to incorrect IAM permissions."
Much better, right? Has anyone else tried something like this? Any other tools that help with writing clearly for dev work?