Y
Hacker News
new
|
ask
|
show
|
jobs
by
rootlocus
1075 days ago
def group_by_interval(timestamps, interval_duration) # do the stuff
Why does this require a comment?
1 comments
danans
1075 days ago
Who said require? I said it's nice to any future reader explain the algorithm if the implementation is complex. I've certainly benefited from such explanations in code.
link