Design is separate from writing code. When writing code ask it explicitly for single functions with specific inputs and outputs.
Write a function called fun that takes inputs x, and y. Does blah, and outputs z.
Design is separate from writing code. When writing code ask it explicitly for single functions with specific inputs and outputs.
Write a function called fun that takes inputs x, and y. Does blah, and outputs z.