Palinkara / Planify

The goal of this project is to create a cloud app to be used by both organisation members and organisations to note, specify and plan successful events.
GNU General Public License v3.0
0 stars 0 forks source link

Inline comments are an antipattern #17

Closed JJ closed 2 years ago

JJ commented 2 years ago

Either you use best practices in documenting a class, or don't document at all. Comments are never acceptable.

https://github.com/Palinkara/Planify/blob/2766f8076c18a0e3116b099523a8e32a7cc510d8/src/user.py#L1

Palinkara commented 2 years ago

Alright! Will change that