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, in CodePair, we are using the remoteSelection and yorkieSync plugins for the integration of Yorkie. However, the complex logic within these plugins makes them difficult to understand. To enhance clarity and usability, I propose adding comments throughout the code of these plugins.
Why is this needed:
Adding comments will help developers understand the functionality and flow of the code better, making it easier to maintain and modify in the future. This will also facilitate onboarding for new developers working with the CodeMirror plugin.
Additional Information:
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Currently, in CodePair, we are using the
remoteSelection
andyorkieSync
plugins for the integration of Yorkie. However, the complex logic within these plugins makes them difficult to understand. To enhance clarity and usability, I propose adding comments throughout the code of these plugins.Why is this needed:
Adding comments will help developers understand the functionality and flow of the code better, making it easier to maintain and modify in the future. This will also facilitate onboarding for new developers working with the CodeMirror plugin.
Additional Information:
The text was updated successfully, but these errors were encountered: