-
What are the current rules for sources? E.g. are we allowed to use type inference now? |
Beta Was this translation helpful? Give feedback.
Answered by
laeubi
Nov 18, 2022
Replies: 1 comment 1 reply
-
One could use whatever is allowed by the language and makes the code readable. If changes are required/desired that are not in the scope of the change it usually is better to create this in an own commit. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lppedd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One could use whatever is allowed by the language and makes the code readable.
If changes are required/desired that are not in the scope of the change it usually is better to create this in an own commit.