HPCE / hpce-2016-cw5

0 stars 2 forks source link

Limitations on modifications #6

Closed liafalk closed 7 years ago

liafalk commented 7 years ago

Do we have free rein to modify anything within the Execute function? For example the reference execute may call a separate function, but are we allowed to replace this (i.e. to call another function), or do we have to treat the calls to functions as black boxes?

edit: I'm guessing this is the case as several of these functions are private members?

m8pple commented 7 years ago

Yes, you can do whatever you want.