mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 17:57:49 +00:00
- Use 1 name for 1 abstraction. Instead of useFullScreen and enabled use fullScreen. - Comments are correct English sentences so no double spaces between senteces, no capitalization of the work On midsentence. - Write as little source code as possible if readability is preserved. - Utilize Facebook's Flow. - The name of a private function must start with _ and the jsdoc should state that the function is private.