whenever icon indicating copy to clipboard operation
whenever copied to clipboard

Facilitate autocomplete for add, substrac methods

Open hongquan opened this issue 4 months ago • 5 comments

Currently (v0.6.9), OffsetDateTime's add() and subtract methods require explicitly passed ignore_dst=True parameter. I think if it is required and accepts only one value (True), then it is better to meld it to method name. By doing so, we don't have to trigger editor autocomplete 2 - 3 times. The method name could be add_ignoring_dst, subtract_ignoring_dst.

hongquan avatar Oct 03 '24 15:10 hongquan