You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd shorten the code in a bunch of places if the function was overloaded to take ints, doubles, bools, etc. also and handle the conversion to strings automatically. Also make it more consistent so that all bools are converted to exactly true and false strings, let's say
Solution
I think overloading is the best solution, but might be missing something
Alternatives
No response
Anything else we should know?
Just noting it down as something I noticed that could be improved
The text was updated successfully, but these errors were encountered:
Background
It'd shorten the code in a bunch of places if the function was overloaded to take ints, doubles, bools, etc. also and handle the conversion to strings automatically. Also make it more consistent so that all bools are converted to exactly
true
andfalse
strings, let's saySolution
I think overloading is the best solution, but might be missing something
Alternatives
No response
Anything else we should know?
Just noting it down as something I noticed that could be improved
The text was updated successfully, but these errors were encountered: