SublimeText / sublime_lib

Utility library for frequently used functionality in Sublime Text and convenience functions or classes
https://sublimetext.github.io/sublime_lib
MIT License
52 stars 4 forks source link

Improve subscribe documentation. #154

Closed Thom1729 closed 3 years ago

Thom1729 commented 3 years ago

For https://github.com/SublimeText/sublime_lib/pull/152#issuecomment-810678572.

My feeling is that mutating the selector result is kind of a weird thing to do and that it's probably not worth doing something complicated with mutexes.

FichteFoll commented 3 years ago

My feeling is that mutating the selector result is kind of a weird thing to do

Definitely. Just documenting it seems fine to me.