CMM-22 / a3

0 stars 0 forks source link

[General] are we allowed to change the API #6

Closed azurite closed 2 years ago

azurite commented 2 years ago

Can we change the signature of functions that are used in the main application such as boids.updateBehavior(currentMethod) to f.ex. boids.updateBehavior(currentMethod, integrationScheme) or will you use some kind of automated tests later where you expect the functions to have a certain signature?

liyuesolo commented 2 years ago

Feel free to do whatever you'd like!