Include necessary details
Last updated
Last updated
General Rule: Include any specific requirements, constraints, or desired outcomes.
Here is the referenced code:
Less effective prompt: Write a function to convert from Celsius to Fahrenheit
More effective prompt: Write a function to convert from Celsius to Fahrenheit, the function should take an integer and return an integer
If you want a specific testing framework to be used, include that detail in the prompt.
The prompt output below: Write tests for this function using Mockito