79112844

Date: 2024-10-22 07:20:41
Score: 2.5
Natty:
Report link

It was the same for me but actually it makes sense:

  1. You refer to a function time() of the module time to avoid name collisions.
  2. The main function of such modules is the name of the module otherwise you would have undescriptive names for your modules or functions, which leads to unreadable code.
  3. (I also started to do the same scheme in my own modules)

What would be a better alternative?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: oliverwigger