You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The functions to create the microstructures are really long. Although they have docstrings, the internal behaviour of the function is complicated and not easy to follow.
Proposed solution
Consider splitting the long methods into smaller methods that do separate things. You can document these smaller methods better and the 'main' method that ties everything together will be more readible.
The text was updated successfully, but these errors were encountered:
Problem
The functions to create the microstructures are really long. Although they have docstrings, the internal behaviour of the function is complicated and not easy to follow.
Proposed solution
Consider splitting the long methods into smaller methods that do separate things. You can document these smaller methods better and the 'main' method that ties everything together will be more readible.
The text was updated successfully, but these errors were encountered: