Closed
Description
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!- Maybe something like
handleLocal[EVENT]
for local user input andhandleServer[EVENT]
for receiving the related SocketIO events?
- Maybe something like
-
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