GithubHelp home page GithubHelp logo

Comments (15)

juice500ml avatar juice500ml commented on June 1, 2024 1

from coding-night-live.

punkyoon avatar punkyoon commented on June 1, 2024 1

acd0771

라인 캐릭터를 최대한 줄일 수 있는대로 줄여봤는데..

/manage_room/consumers.py#L284 같은 친구들은

...
            cache.set(
                "%s/%s" % (message["room"], message["id"]),
                slide.md_blob,
                timeout=60
            )
...

이런식으로 줄여줘야겠죠..?

from coding-night-live.

minhoryang avatar minhoryang commented on June 1, 2024 1

E501에 글자 수 제한을 80자가 아니라 120자로 풀면 어떨까요?

from coding-night-live.

punkyoon avatar punkyoon commented on June 1, 2024

현실적으로 줄일 수 있나요? 줄인다면 어떤 부분을 줄이는게 좋을까요?

from coding-night-live.

taeseunglee avatar taeseunglee commented on June 1, 2024

앗 ㅠㅠ issue 제목을 너무 잘못 적었나요...?
한 라인이 80캐릭터를 넘어서(i.e. 너무 길어서) 파라미터를 한 줄에서 여러 줄으로 바꾸는 것을 진행하고자 하려 했어요!

from coding-night-live.

punkyoon avatar punkyoon commented on June 1, 2024

파라미터가 너무 많다고 하는줄 알았어요 ㅋㅋ

from coding-night-live.

punkyoon avatar punkyoon commented on June 1, 2024

@juice500ml 네~ 몇가지 예외로 둿던 것들 빼면 될 것 같아요!

from coding-night-live.

juice500ml avatar juice500ml commented on June 1, 2024

from coding-night-live.

taeseunglee avatar taeseunglee commented on June 1, 2024

E501을 ignore에서 빼서 글자수 80글자 못넘게 하는 게 좋을 것 같아요!

그리고 F841이 쓰이지 않는 변수에 대해서 경고 띄워주던데 (local variable '변수이름' is assigned to but never used), 특별한 이유가 없다면 ignore option에서 빼주는 게 좋을 것 같아요.

from coding-night-live.

juice500ml avatar juice500ml commented on June 1, 2024

from coding-night-live.

taeseunglee avatar taeseunglee commented on June 1, 2024

네~

from coding-night-live.

juice500ml avatar juice500ml commented on June 1, 2024

from coding-night-live.

punkyoon avatar punkyoon commented on June 1, 2024

f6835a5

E501은 아니지만, 2가지 부분에 대해서 해결해두었습니다.

from coding-night-live.

punkyoon avatar punkyoon commented on June 1, 2024

E501에 해당하는 라인들에 대해서 살펴보았는데..

이 상태에서 더 줄이면 오히려 가독성이 떨어질 것 같다는 개인적인 생각이 들었습니다.

그리고 그동안 많은 라인들에 대해서 줄여왔고, flake8로 걸러지는 대부분의 이슈를 해결했기 때문에 가독성이 이전에 비해 상당히 높아졌다고 생각합니다.

다들 E501에 해당하는 라인들에 대해 살펴보시고, 더 줄여야겠다는 생각이 드시면 최대한(...)으로 줄여보고 이슈를 닫겠습니다.

@taeseunglee @juice500ml @minhoryang

from coding-night-live.

minhoryang avatar minhoryang commented on June 1, 2024

#103, #104 리뷰해주세요!

from coding-night-live.

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.