Where do I put utility functions in my Python project? -
The matrix given to me (list of lists) needs to be rotated clockwise, and give it its Table
category. Where should I put this utility function (called rotateMatrixClockwise
) so that I can easily call from within the function in my table
class?
If you do not want to make it a member of the table
category, Utilities
Module.
Comments
Post a Comment