commit 5ab957b8f9e17b5153ac492564fd09ad9aa5b5f4
parent d6bfbe7f28d0593aacafd56d3683d38400f4ad39
Author: viznut_web <viznut_web@web>
Date: Thu, 16 Jun 2022 13:02:24 +0200
empty web commit
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dependency.mdwn b/dependency.mdwn
@@ -20,7 +20,7 @@ utilize a program or a device, but this documentation can come from several
alternative sources. It can also be omitted if the user has already learned
the necessary information.
-If only one compiler can compile the source code of a program, its compilation dependency is hard. If there's a large variety of different compilers that all succesfully produce a working executable, the dependency is much softer. The same applies to websites and how compatible they are with different browsers. If only a few high-end browsers is supported, the dependency is quite hard.
+If only one compiler can compile the source code of a program, its compilation dependency is hard. If there's a large variety of different compilers that all succesfully produce a working executable, the dependency is much softer. The same applies to websites and how compatible they are with different browsers. If only a few high-end browsers are supported, the dependency is quite hard.
Optional dependencies are soft, especially if they don't change the features or behavior of the program. If it is possible to run an application either natively or in a web browser, the monstrous dependencies of the web browser don't need to be taken in account when assessing the application.