Search Results

0
votes

How do you know what to test when writing unit tests?

When writing unit tests, or really any test, you determine what to test by looking at the boundary conditions of what you're testing. For example, you have a function called is_prime. Fortunately, …
0
votes

Why learn Perl, Python, Ruby if the company is using C++, C# or Java as the application language?

The "real benefit" that an employer could see is a better programmer who can implement solutions faster; however, you will not be able to provide any hard numbers to justify the expense and an empl …