Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class organization refactor #14

Open
rluce opened this issue Oct 27, 2017 · 0 comments
Open

Class organization refactor #14

rluce opened this issue Oct 27, 2017 · 0 comments
Assignees
Labels

Comments

@rluce
Copy link
Owner

rluce commented Oct 27, 2017

At current state both TLMat and ToepMat are sitting in one monolithic file. Matlab's indention rules (class/methods/fuction) induce a lot of whitespace noise in the code, making it difficult to maintain the 80 char line width limit.

Instead the two classes should sit in the own directories, with each method becoming its own file. This is described in the Matlab documentation for OO development.

@rluce rluce added the priority label Oct 27, 2017
@rluce rluce self-assigned this Oct 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant