9

Co-worker told me my code isn't up to" standard" and I don't follow "relevant convention" because I don't use a space after declaring a class/function AND inside the parentheses:

Me: class MyClass(something):

Her: class HerClass ( something ):

How do you do this personally?

Comments
Add Comment