GithubHelp home page GithubHelp logo

Code Style Guidelines about matrixprofile-ts HOT 6 OPEN

target avatar target commented on May 29, 2024
Code Style Guidelines

from matrixprofile-ts.

Comments (6)

tylerwmarrs avatar tylerwmarrs commented on May 29, 2024 1

It probably makes the most sense to follow PEP-8 standards - https://www.python.org/dev/peps/pep-0008/

I believe that you can add a PEP-8 linter to your pull request process.

https://gist.github.com/MichaelCurrie/802ce28c993ff2dd632c

I really like how numpy documents their code. Here is an example and documentation.
https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_numpy.html
https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard

from matrixprofile-ts.

vanbenschoten avatar vanbenschoten commented on May 29, 2024

@tylerwmarrs that's a fair point. Do you have any specific proposals, or issues that really stand out?

from matrixprofile-ts.

ameya98 avatar ameya98 commented on May 29, 2024

I agree - the code for SCRIMP++ is especially hard to follow.

from matrixprofile-ts.

tylerwmarrs avatar tylerwmarrs commented on May 29, 2024

@ameya98 SCRIMP++ is written with the goal to have almost every piece of the code unit tested. The fact of the matter is that SCRIMP++ is more complex than the original algorithms. Do you have any suggestions on how to improve the module so that it is easier to follow?

from matrixprofile-ts.

ameya98 avatar ameya98 commented on May 29, 2024

Obviously, I do not intend to criticize this library and your work, because I think it is a great contribution for everyone to use. However, if you do want constructive feedback:

  • Why are there so many functions that seem to do extremely simple operations? Unit-testing does not require breaking extremely simple operations into multiple functions. You can check whatever properties you want to check inside your tests - there's no need for the source code to be so convoluted.
  • Variable names such as tmp_a, tmp_b and so on - this makes the code absolutely unmaintainable.
  • Most of these functions have 5+ parameters - this is not recommended at all as it makes the function too verbose and harder to test.

Use a static analysis tool (eg. Codebeat) that will give your code a rating and tell you where/how to improve the code by refactoring.

from matrixprofile-ts.

tylerwmarrs avatar tylerwmarrs commented on May 29, 2024

@ameya98 I very much so appreciate your feedback. All criticism is taken in the right context. I am probably a little bias towards the structure of the module as I wrote it. I think that it is still maintainable as is, but for others to follow, it definitely could use some refactoring.

Extremely simple operations - this shows the slow approach to how I implemented the algorithm. Literally one major computation at a time. This allowed for me to leave the algorithm and come back to it easily.

The variable names are not descriptive enough in some cases for sure.

I hope you can find some time to give this module the appropriate refactoring it needs. Unfortunately, I have other pressing issues at hand that will prevent me from doing this for a while.

As an aside, have you looked at the Matlab implementations of these algorithms? I would argue that those are difficult to follow šŸ˜. Instead of hijacking this thread for SCRIMP++, please create a new issue if you are able to refactor.

from matrixprofile-ts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.