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
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
EditorCommandHandlers, is getting big, and will keep growing and the the test file is huge, making it hard to work with and to test the tests, so I would suggest to move all the comment functions into a new file EditorCommentHandlers and the tests too since those are what are using most of the space right now.
The text was updated successfully, but these errors were encountered:
Also split EditorCommandHandlers-test, which is 4x even more huge
Instead of EditorCommentHandlers, how about something like ToggleComment or CommentUncomment? The "Editor"/"Handler" prefix/suffix are pretty generic and don't seem that necessary.
Yes, the split would split the test files too following the same split as the EditorCommandHandlers, leaving all the comment tests in one test file and the rest in the original file.
I like the ToggleCommentHandlers name, CommentUncommentHandlers is a bit too long, or you referring without the handlers suffix in the name?
EditorCommandHandlers
, is getting big, and will keep growing and the the test file is huge, making it hard to work with and to test the tests, so I would suggest to move all the comment functions into a new fileEditorCommentHandlers
and the tests too since those are what are using most of the space right now.The text was updated successfully, but these errors were encountered: