knot126 / Melon

Foxy library that does everything* and tastes good
Other
0 stars 0 forks source link

Better naming scheme than Init/Free #15

Closed knot126 closed 4 months ago

knot126 commented 10 months ago

As yorshex said, init/free might not be the best naming scheme. Maybe something like Init/Destroy would be better, for example:

void DgScriptInit(DgScript *script);
void DgScriptDestroy(DgScript *script);
knot126 commented 4 months ago

Eh I'm actually okay with this name scheme honestly.