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
In Gleam the convention is for the "subject" or data being manipulated to be the first argument of a function. For actors, this convention is violated and we have the message as the first argument.
Getting this right for the sake of consistency / knowledge transfer would be a win!
The text was updated successfully, but these errors were encountered:
In Gleam the convention is for the "subject" or data being manipulated to be the first argument of a function. For actors, this convention is violated and we have the message as the first argument.
Getting this right for the sake of consistency / knowledge transfer would be a win!
The text was updated successfully, but these errors were encountered: