File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
Testing Approach
4
4
================
5
5
6
- You can face four main hazard types in the libraries for parallelism:
6
+ There are four main types of errors/hazards you can encounter in the development of libraries for parallelism:
7
7
8
8
* Interface correspondence to specification
9
9
* Memory errors
@@ -28,4 +28,4 @@ They are covered by:
28
28
Continuous Integration triggers all the tests on each commit. This ensures that:
29
29
30
30
* Issues are detected, starting from the early development phase and up to the moment of integration of changes into the library.
31
- * The highest quality of the library even in such error-prone domains as parallelism.
31
+ * The highest quality of the library is maintained even in such error-prone domains as parallelism.
You can’t perform that action at this time.
0 commit comments