+ 8
What you think about dry run is too useful in C language,C++,java JavaScript,C#.
Tell me the answer. 1.Yes 2.no And then also tell what is more important in the all language. https://en.wikipedia.org/wiki/Dry_run_(testing)
3 ответов
+ 5
Yes it is important all programming languages
+ 2
ikr no idea of what a dry run is supposed to be
plz tell me where you found this phrase
0
Alright so according to the wiki a dry run is testing of a specific component without running the whole thing....
To be honest it's completely useless. Dry running is never done in programming as it doesn't require resources (other than your CPU) to run the program. On the example that wiki has given the space company cannot afford to spend millions of dollars to test an ejection seat, in programming it won't cost you anything. It might lead to bugs when you change the code but if you use a version control like Git then you should be totally fine