Git Product home page Git Product logo

buggernaut-backend's People

Contributors

shreyastheone avatar

Watchers

 avatar

buggernaut-backend's Issues

Following PEP8 style coding practices

The codebase has quite a few cool features, but the coding style doesn't follow PEP8 practices very well. The few points that I noticed were,

  1. Inconsistency in naming - In the codebase somewhere it is followed camelCase and at some places snake_case naming is followed, we can probably make that consistent maybe? ๐Ÿ™‚ And snake_case naming would be preferred ๐Ÿ˜›
  2. Number of characters on a line, I think we should keep a max number of characters per-line limit to be 80 (or is it 81?). When calling/declaring a function, if the function call goes beyond this character limit, just break it into two/more lines.
    e.g models.ForeignKey(settings.AUTH_USER_MODEL, related_name="issue_reported_by_user", on_delete=models.CASCADE)
    could be further broken into seperate lines. Same goes for lists and dicts used
  3. Leave two lines between your different class/function declarations. ๐Ÿ˜›

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.