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

delete code comments #29

Open
jasmainak opened this issue Sep 11, 2021 · 0 comments
Open

delete code comments #29

jasmainak opened this issue Sep 11, 2021 · 0 comments
Labels
docs Extra attention is needed

Comments

@jasmainak
Copy link
Contributor

There should be no code comments in the repository like here:

# print(sys.argv[1])
# time.sleep(10)
# print("DDDDDDDDDDDDDOOOONEEE")
# if len(sys.argv[1]) >1:
# print(sys.argv[1])
# time.sleep(10)
# sts = Sit_to_Stand(path_instruction_video=sys.argv[1])

and here

# text='Please practice sit-to-stand one time'
# practice = utl.create_text_screen(self.win, text)
# practice_audio = sound.Sound(self.fpath + '/practice.wav', secs=-1, stereo=True, hamming=True)

You never lose anything with git. If some code comment is really needed, the rational should be explained in what situation that can be uncommented. In general, it's distracting

@jasmainak jasmainak added the docs Extra attention is needed label Sep 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant