@@ -175,12 +175,12 @@ of a totally new perspective on software development for me. It was through
175
175
NixOS that I encountered the concept of "reproducibility" which opened my eyes
176
176
to the possibilities of making and shipping more reliable software.
177
177
178
- We've seen in the previous section and will detail further in the next chapters
179
- that this concept originates from researchers and the scientific method. This
180
- concept can be transposed to # gls (" CS" ) and more specifically to software
181
- development. In this context, reproducibility is the ability to recreate the
182
- exact same software, including the operating system, the compiler, the
183
- libraries, and the source code, in order to obtain the same results.
178
+ We have seen in the previous section and will detail further in the next
179
+ chapters that this concept originates from researchers and the scientific
180
+ method. This concept can be transposed to # gls (" CS" ) and more specifically to
181
+ software development. In this context, reproducibility is the ability to
182
+ recreate the exact same software, including the operating system, the compiler,
183
+ the libraries, and the source code, in order to obtain the same results.
184
184
185
185
For the past three years, the principle of reproducibility has totally
186
186
revolutionised my approach to software development. This concept has captivated
0 commit comments