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
Rename editorChange or changeScroll and changeCursor for a consistent naming scheme!
Rename handleNewCursorData, handleNewScrollData, handleEditorChange, as well as handleChangeCursor, handleChangeScroll, and handleUserTyping functions! They should be more symmetrical!
Maybe something like handleLocal[EVENT] for local user input and handleServer[EVENT] for receiving the related SocketIO events?
Rename loggedIn event and handleUserLogin function to better match other names.
Rename createNewGist function to match other names.
Update changes in event list table and flowchart
The text was updated successfully, but these errors were encountered:
Tasks for this issue:
Rename
editorChange
orchangeScroll
andchangeCursor
for a consistent naming scheme!Rename
handleNewCursorData
,handleNewScrollData
,handleEditorChange
, as well ashandleChangeCursor
,handleChangeScroll
, andhandleUserTyping
functions! They should be more symmetrical!handleLocal[EVENT]
for local user input andhandleServer[EVENT]
for receiving the related SocketIO events?Rename
loggedIn
event andhandleUserLogin
function to better match other names.Rename
createNewGist
function to match other names.Update changes in event list table and flowchart
The text was updated successfully, but these errors were encountered: