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
Currently, id is a mandatory int value to be filled. Actually, the value itself represents no meaning, so I think it would be better to change it to string then name it through different functions at the time of initializing to make it easier to trace bugs or process.
suggested default value: unnamed
other states names: `{current_scope_func_name_[within if\within else, etc]}
The text was updated successfully, but these errors were encountered:
Currently,
id
is a mandatoryint
value to be filled. Actually, the value itself represents no meaning, so I think it would be better to change it tostring
then name it through different functions at the time of initializing to make it easier to trace bugs or process.suggested default value:
unnamed
other states names: `{current_scope_func_name_[within if\within else, etc]}
The text was updated successfully, but these errors were encountered: