Replies: 1 comment
-
Hello raylras, this is a good suggestion. We created a new issue to track this: #335 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When this code segment appears:
kolasu/ast/src/commonMain/kotlin/com/strumenta/kolasu/parsing/Parsing.kt
Line 95 in e06be72
I need to guess the unit of
time
, whether it is in milliseconds, microseconds, or just seconds. This makes the code less readable.Suggestion:
Replace
Long
withkotlin.time.Duration
.Beta Was this translation helpful? Give feedback.
All reactions