garykac / procspec

Writing Procedural Specs (for the Web Platform, using Bikeshed)
https://garykac.github.io/procspec/
0 stars 1 forks source link

"in parallel" construction is very awkward #6

Open garykac opened 7 years ago

garykac commented 7 years ago

In English, the construction "run these substeps in parallel: A, B, C" means "run A, B and C in parallel with each other". However, in specifications, it has the specific meaning of running A, B and C sequentially on a background thread (that runs in parallel with the main thread).

Assigning the phrase to mean the exact opposite of its standard meaning in English is... unfortunate.