Skip to main content
Code Review

Return to Answer

deleted 4 characters in body
Source Link
J_H
  • 41.8k
  • 3
  • 38
  • 157

Kudos on the four very nice arithmetic ops that return tuples. Of course we already have operators, but they lack a display glyph.

appropriate data structure

Identifiers like order_ops6order_ops6 suggest that we want a six element array.

globals

Just say no to the "global"global keyword. It seldom improves maintainability or readability. Prefer to parameterize your function, or perhaps introduce a class that has selfself attributes.

Kudos on the four very nice arithmetic ops that return tuples. Of course we already have operators, but they lack a display glyph.

appropriate data structure

Identifiers like order_ops6 suggest that we want a six element array.

globals

Just say no to the "global" keyword. It seldom improves maintainability or readability. Prefer to parameterize your function, or perhaps introduce a class that has self attributes.

Kudos on the four very nice arithmetic ops that return tuples. Of course we already have operators, but they lack a display glyph.

appropriate data structure

Identifiers like order_ops6 suggest that we want a six element array.

globals

Just say no to the global keyword. It seldom improves maintainability or readability. Prefer to parameterize your function, or perhaps introduce a class that has self attributes.

added 189 characters in body
Source Link
J_H
  • 41.8k
  • 3
  • 38
  • 157

Kudos on the four very nice arithmetic ops that return tuples. Of course we already have operators , but they lack a display glyph.

appropriate data structure

Identifiers like order_ops6 suggest that we want a six element array.

globals

Just say no to the "global" keyword. It seldom improves maintainability or readability. Prefer to parameterize your function, or perhaps introduce a class that has self attributes.

appropriate data structure

Identifiers like order_ops6 suggest that we want a six element array.

globals

Just say no to the "global" keyword. It seldom improves maintainability or readability. Prefer to parameterize your function, or perhaps introduce a class that has self attributes.

Kudos on the four very nice arithmetic ops that return tuples. Of course we already have operators , but they lack a display glyph.

appropriate data structure

Identifiers like order_ops6 suggest that we want a six element array.

globals

Just say no to the "global" keyword. It seldom improves maintainability or readability. Prefer to parameterize your function, or perhaps introduce a class that has self attributes.

Source Link
J_H
  • 41.8k
  • 3
  • 38
  • 157

appropriate data structure

Identifiers like order_ops6 suggest that we want a six element array.

globals

Just say no to the "global" keyword. It seldom improves maintainability or readability. Prefer to parameterize your function, or perhaps introduce a class that has self attributes.

lang-py

AltStyle によって変換されたページ (->オリジナル) /