esl icon indicating copy to clipboard operation
esl copied to clipboard

[Code Style] (Minor): code style and docs agreements review

Open ala-n opened this issue 3 years ago • 0 comments

Points to update:

  • [ ] JSDoc: method descriptions: /** Create something */ create() : Smth; vs /** Creates something */ create() : Smth;
  • [ ] Head comment style
  • [x] Discuss "Private" Handlers note in ESL Toggleable, because actually they are not so private...
  • [ ] Using override keywoard
  • [ ] TBD

ala-n avatar Aug 02 '21 14:08 ala-n