Nerd Post: It’s sentences like this…
When I’m learning new things I tend to dive into the documentation start learning and seeing what practical way I could use something when coding. It’s sentences like these that frustrate me:
The Worker() constructor call creates a worker and returns a Worker object representing that worker, which is used to communicate with the worker.
Now I basically get the concept, but I could write:
The fork is pulled out of the drawer to be used as a fork to eat food that is forkable with the fork.
I feel like we could better simplify this and write it with a little bit more readability in mind. Please people help to explain more in depth why this is the best way to say this.